Skip to content

Commit

Permalink
Add missing require which periodically causes WidgetsInTemplate error
Browse files Browse the repository at this point in the history
  • Loading branch information
green3g committed Oct 3, 2016
1 parent d07a8d8 commit ab39fd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion viewer/js/gis/dijit/Find.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ define([
'dijit/form/FilteringSelect',
'dijit/form/ValidationTextBox',
'dijit/form/CheckBox',
'dijit/form/Button',
'xstyle/css!./Find/css/Find.css'
], function (
declare, _WidgetBase, _TemplatedMixin, _WidgetsInTemplateMixin, domConstruct, lang, array, on, keys, domStyle, Memory,
Expand Down Expand Up @@ -594,4 +595,4 @@ define([
}
}
);
});
});

0 comments on commit ab39fd5

Please sign in to comment.