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 6cd5257 commit 71b260f
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 @@ -27,7 +27,7 @@ var script = document.querySelector('script[src*="' + thisFile + '"]');
var src = script.attributes.src.value;
var basePath = src.slice(0, src.indexOf(thisFile));

if (!window.Loader) {
if (!window.PolymerLoader) {
var path = basePath + 'tools/loader/loader.js';
document.write('<script src="' + path + '"></script>');
}
Expand Down
2 changes: 1 addition & 1 deletion tools
Submodule tools updated 2 files
+2 −2 bin/pull-all.sh
+4 −4 loader/loader.js

0 comments on commit 71b260f

Please sign in to comment.