Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
s/Loader/PolymerLoader
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott J. Miles committed Aug 12, 2013
1 parent dfc298e commit 6cd5257
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion html-imports.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ if (!window.Loader) {
var path = basePath + 'tools/loader/loader.js';
document.write('<script src="' + path + '"></script>');
}
document.write('<script>Loader.load("' + scopeName + '")</script>');
document.write('<script>PolymerLoader.load("' + scopeName + '")</script>');

})();
2 changes: 1 addition & 1 deletion tools

0 comments on commit 6cd5257

Please sign in to comment.