* For readability, use /x in regexes. Removed the start and end slashes from the...
authorTim Starling <tstarling@users.mediawiki.org>
Fri, 18 Feb 2011 07:36:11 +0000 (07:36 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Fri, 18 Feb 2011 07:36:11 +0000 (07:36 +0000)
commit430f653e72c9f1b5d168a0f50dcc9c4286a87d05
treeaebaa4370e46cc582299f8f8e365aa07c295e6c8
parent27981283a7771b01abddf1de582676c85e100b6b
* For readability, use /x in regexes. Removed the start and end slashes from the input to ParseMaster::add(), to avoid confusion over the lack of a /x modifier in that input.
* Broke up several regexes and added comments, so that humans might be able to understand them.
* Tested md5(minify(jquery.js)) as before. Checked speed, it's the same.
includes/libs/JavaScriptDistiller.php