Skip to content

Commit

Permalink
pass null to create 'all' widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
green3g committed Feb 11, 2017
1 parent 5268fd3 commit ce28af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viewer/js/viewer/_WidgetsMixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ define([
}
if (this.layoutDeferred) {
promiseAll([this.mapDeferred, this.layoutDeferred])
.then(lang.hitch(this, 'createWidgets'));
.then(lang.hitch(this, 'createWidgets', null));
}
},

Expand Down

0 comments on commit ce28af2

Please sign in to comment.