summaryrefslogtreecommitdiffstats
path: root/src/regex.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex.js')
-rwxr-xr-xsrc/regex.js3
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+)?$/