diff options
Diffstat (limited to 'src/regex.js')
-rwxr-xr-x | src/regex.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/regex.js b/src/regex.js index 3a28e64..c75b46f 100755 --- a/src/regex.js +++ b/src/regex.js @@ -23,9 +23,6 @@ SVG.regex = { /* test css declaration */ , isCss: /[^:]+:[^;]+;?/ - /* test css property */ -, isStyle: /^font|text|leading|cursor/ - /* test for blank string */ , isBlank: /^(\s+)?$/ |