Skip to content

Commit

Permalink
Merge pull request #608 from roemhildtg/fix-find-widget-missing-button
Browse files Browse the repository at this point in the history
Add missing require for Find widget which periodically causes WidgetsInTemplate error
  • Loading branch information
tmcgee authored Oct 3, 2016
2 parents e7c3f88 + 61a02bf commit e21ff40
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 e21ff40

Please sign in to comment.