update dependency loading

This commit is contained in:
Luke Pulverenti
2015-12-05 10:41:46 -05:00
parent a1d3c595d0
commit cd12f1778e
21 changed files with 20 additions and 21 deletions
+1 -1
View File
@@ -66,7 +66,7 @@
var page = this;
require(['paper-fab'], function () {
require(['paper-fab', 'paper-item-body'], function () {
reload(page);
});
});