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

Commit

Permalink
remove files moved to Polymer
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Aug 8, 2014
1 parent 36bc384 commit ba7df5b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 331 deletions.
114 changes: 0 additions & 114 deletions src/loader.js

This file was deleted.

17 changes: 0 additions & 17 deletions src/patches-shadowdom-native.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,4 @@
}
});

Platform.templateContent = function(inTemplate) {
// if MDV exists, it may need to boostrap this template to reveal content
if (window.HTMLTemplateElement && HTMLTemplateElement.bootstrap) {
HTMLTemplateElement.bootstrap(inTemplate);
}
// fallback when there is no Shadow DOM polyfill, no MDV polyfill, and no
// native template support
if (!inTemplate.content && !inTemplate._content) {
var frag = document.createDocumentFragment();
while (inTemplate.firstChild) {
frag.appendChild(inTemplate.firstChild);
}
inTemplate._content = frag;
}
return inTemplate.content || inTemplate._content;
};

})(window.Platform);
71 changes: 0 additions & 71 deletions src/styleloader.js

This file was deleted.

129 changes: 0 additions & 129 deletions src/url.js

This file was deleted.

0 comments on commit ba7df5b

Please sign in to comment.