Skip to content

Commit 56a9192

Browse files
author
JelteMX
committed
Boilerplate fixes
1 parent 20b9df0 commit 56a9192

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

generators/app/templates/WidgetBoilerplate/src/WidgetName/widget/WidgetName.js.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ define([
1818
"dojo/_base/event",
1919
<% if (options.jquery) { %> "<%= widgetName %>/lib/jquery-1.11.2",<% } %>
2020
<% if (options.templates) { %> "dojo/text!<%= widgetName %>/widget/template/<%= widgetName %>.html"<% } %>
21-
], function (declare, _WidgetBase<% if (options.templates) { %>, _TemplatedMixin<% } %>, dom, dojoDom, dojoProp, dojoGeometry, dojoClass, dojoStyle, dojoConstruct, dojoArray, dojoLang, dojoText, dojoHtml, dojoEvent<% if (options.jquery) { %>, _jQuery<% } %><% if (options.templates) { %>, widgetTemplate<% } %>) {
21+
], function (declare, _WidgetBase<% if (options.templates) { %>, _TemplatedMixin<% } %>, dom, dojoDom, dojoProp, dojoGeometry, dojoClass, dojoStyle, dojoConstruct, dojoArray, lang, dojoText, dojoHtml, dojoEvent<% if (options.jquery) { %>, _jQuery<% } %><% if (options.templates) { %>, widgetTemplate<% } %>) {
2222
"use strict";
2323
<% if (options.jquery) { %>
2424
var $ = _jQuery.noConflict(true);

0 commit comments

Comments
 (0)