* Fixed mistake made in r74271 where some functions were moved from core jquery.wikiE...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Tue, 5 Oct 2010 20:54:38 +0000 (20:54 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Tue, 5 Oct 2010 20:54:38 +0000 (20:54 +0000)
commit19e0c2b6ac8b25994fd6f849743603168423bd4d
tree30d67bfddfd746ea00b5cb38147d355cb05cf1fd
parentfdd9a1fc212502b0eb9ae30a06d8d2dbbbac3865
* Fixed mistake made in r74271 where some functions were moved from core jquery.wikiEditor into jquery.wikiEditor.iframe, causing errors for textarea mode. These changes properly split the functions, allowing the iframe to override the textarea functions, and using $.client to only execute them on IE. (tested in IE7)
* Also fixed IE bug, where "delete window.myThing;" fails but "delete myThing;" succeeds.
includes/ResourceLoaderModule.php
resources/mediawiki/mediawiki.js
resources/startup.js