Update dist
authorkangax <kangax@gmail.com>
Mon, 3 Feb 2014 20:33:31 +0000 (15:33 -0500)
committerkangax <kangax@gmail.com>
Mon, 3 Feb 2014 20:33:31 +0000 (15:33 -0500)
dist/all.js

index 8d03565..3f76936 100644 (file)
@@ -31,7 +31,7 @@
       endTag = /^<\/([\w:-]+)[^>]*>/,
       attr = /([\w:-]+)(?:\s*=\s*(?:(?:"((?:\\.|[^"])*)")|(?:'((?:\\.|[^'])*)')|([^>\s]+)))?/g,
       doctype = /^<!DOCTYPE [^>]+>/i,
-      startIgnore = /<(%|\?)/;
+      startIgnore = /<(%|\?)/,
       endIgnore = /(%|\?)>/;
 
   // Empty Elements - HTML 4.01