aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/regex.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex.js b/src/regex.js
index 13f62d8..bd59e9c 100644
--- a/src/regex.js
+++ b/src/regex.js
@@ -34,6 +34,6 @@ SVG.regex = {
, isImage: /\.(jpg|jpeg|png|gif)(\?[^=]+.*)?/i
/* test for namespaced event */
-, isEvent: /^[\w]+:[\w]+$/
+, isEvent: /^[\w]+.[\w]+$/
} \ No newline at end of file