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

git-svn-id: https://develop.svn.wordpress.org/trunk@5604 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
rob1n 2007-05-31 01:38:11 +00:00
parent 91d0e796ef
commit 7e281b4507
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() { },