Port 'editondblclick' js to ResourceLoader.
authorKrinkle <krinkle@users.mediawiki.org>
Mon, 1 Aug 2011 22:13:32 +0000 (22:13 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Mon, 1 Aug 2011 22:13:32 +0000 (22:13 +0000)
commitf84bd991428f3d03ee49b02502cd1c8362fb9543
tree3a8077563fe63e9870273703044057c801fd0496
parentd9434a0caf9a74a32bdbcd775f80a8ea580edb84
Port 'editondblclick' js to ResourceLoader.
- Fixes (bug 27894) Move 'editondblclick' event listener down from body to
  div#bodyContent
- Patch by Nik <niknyby@gmail.com>
- Changes since patch:
  * Moved from OutputPage->headElement (where the bodyAttr-hack used to be) to addDefaultModules where other additions live
  * Added dependency on 'mediawiki.util', it must be initialized before mw.util.$content can be used
  * Whitespace conventions
CREDITS
RELEASE-NOTES-1.19
includes/OutputPage.php
resources/Resources.php
resources/mediawiki.action/mediawiki.action.view.dblClickEdit.js [new file with mode: 0644]