Skip to content

Commit

Permalink
Boilerplate fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteMX committed Dec 8, 2016
1 parent 20b9df0 commit 56a9192
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ define([
"dojo/_base/event",
<% if (options.jquery) { %> "<%= widgetName %>/lib/jquery-1.11.2",<% } %>
<% if (options.templates) { %> "dojo/text!<%= widgetName %>/widget/template/<%= widgetName %>.html"<% } %>
], 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<% } %>) {
], 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<% } %>) {
"use strict";
<% if (options.jquery) { %>
var $ = _jQuery.noConflict(true);
Expand Down

0 comments on commit 56a9192

Please sign in to comment.