We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84af46f commit 7975011Copy full SHA for 7975011
src/assets/js/createjs/preloadjs.js
@@ -876,26 +876,10 @@ this.createjs = this.createjs || {};
876
return s.el("img");
877
}
878
879
- s.style = function() {
880
- return s.el("style");
881
- }
882
-
883
s.link = function() {
884
return s.el("link");
885
886
887
- s.script = function() {
888
- return s.el("script");
889
890
891
- s.audio = function() {
892
- return s.el("audio");
893
894
895
- s.video = function() {
896
- return s.el("video");
897
898
899
s.text = function(value) {
900
return document.createTextNode(value);
901
0 commit comments