diff options
Diffstat (limited to 'vanilla/node_modules/@acemir/cssom/lib/cssstyleTryCatchBlock.js')
| -rw-r--r-- | vanilla/node_modules/@acemir/cssom/lib/cssstyleTryCatchBlock.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vanilla/node_modules/@acemir/cssom/lib/cssstyleTryCatchBlock.js b/vanilla/node_modules/@acemir/cssom/lib/cssstyleTryCatchBlock.js new file mode 100644 index 0000000..a97dab7 --- /dev/null +++ b/vanilla/node_modules/@acemir/cssom/lib/cssstyleTryCatchBlock.js @@ -0,0 +1,5 @@ +try { + CSSOM.CSSStyleDeclaration = require("cssstyle").CSSStyleDeclaration; +} catch (e) { + // ignore +}
\ No newline at end of file |
