declare dependency

This commit is contained in:
Luke Pulverenti 2015-12-05 10:34:10 -05:00
parent f6b71369e3
commit a1d3c595d0
38 changed files with 155 additions and 138 deletions

View file

@ -88,7 +88,9 @@
})).then(function (result) {
load(page, result.Items);
require(['paper-fab'], function() {
load(page, result.Items);
});
Dashboard.hideLoadingMsg();
});