We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c37b71 + e675069 commit 51e5fcaCopy full SHA for 51e5fca
1 file changed
css.escape.js
@@ -12,6 +12,9 @@
12
factory(root);
13
}
14
}(typeof global != 'undefined' ? global : this, function(root) {
15
+ if (!root) {
16
+ root = {};
17
+ }
18
19
if (root.CSS && root.CSS.escape) {
20
return root.CSS.escape;
0 commit comments