MCPcopy Index your code
hub / github.com/CodeboxIDE/codebox / createStyle

Function createStyle

core/cb.addons/require-tools/css/css.js:64–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 // <style> @import load method
63 var curStyle;
64 var createStyle = function () {
65 curStyle = document.createElement('style');
66 head.appendChild(curStyle);
67 }
68 var importLoad = function(url, callback) {
69 createStyle();
70

Callers 1

importLoadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected