Skip to content

Commit 51e5fca

Browse files
authored
Merge e675069 into 8c37b71
2 parents 8c37b71 + e675069 commit 51e5fca

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

css.escape.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
factory(root);
1313
}
1414
}(typeof global != 'undefined' ? global : this, function(root) {
15+
if (!root) {
16+
root = {};
17+
}
1518

1619
if (root.CSS && root.CSS.escape) {
1720
return root.CSS.escape;

0 commit comments

Comments
 (0)