Prototype fix to keep Safari < 2 from blowing up. fixes #4363

git-svn-id: http://svn.automattic.com/wordpress/trunk@5604 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rob1n 2007-05-31 01:38:11 +00:00
parent ebee78ae54
commit fc76cc488d
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ var Prototype = {
document.createElement('form').__proto__)
},
ScriptFragment: '<script[^>]*>([\u0001-\uFFFF]*?)</script>',
ScriptFragment: '<script[^>]*>([\\s\\S]*?)<\/script>',
JSONFilter: /^\/\*-secure-\s*(.*)\s*\*\/\s*$/,
emptyFunction: function() { },