Renaming jquery.mwPrototypes to jquery.mwExtension
authorKrinkle <krinkle@users.mediawiki.org>
Thu, 11 Aug 2011 03:12:12 +0000 (03:12 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Thu, 11 Aug 2011 03:12:12 +0000 (03:12 +0000)
commitd9cdc43b0ec3cb9bf042dcde9db3c59722c2b289
tree2880cbf84cbb3216df75d937cd4beefae71e9e70
parent6d466491c65bee638335154316d2be3d19aba65b
Renaming jquery.mwPrototypes to jquery.mwExtension
* Originally they were a few prototypes on the native String object, however they were converted to be (static) members extending the jQuery object. Calling them prototypes is confusing. A grep search on /trunk/ didn't reveal any direct uses of this module (it's loaded by default through mediawiki.util's dependencies)
RELEASE-NOTES-1.19
resources/Resources.php
resources/jquery/jquery.mwExtension.js [new file with mode: 0644]
resources/jquery/jquery.mwPrototypes.js [deleted file]
tests/qunit/index.html
tests/qunit/suites/resources/jquery/jquery.mwExtension.js [new file with mode: 0644]
tests/qunit/suites/resources/jquery/jquery.mwPrototypes.js [deleted file]