mediawiki-extensions-Visual.../modules/ve-mw/ui/tools
Timo Tijhof 2b7ae8c175 Remove use of bind() for inline functions
Follows-up b0e8900, 447e8de, d3f26e65.

Contrary to binding a reference, this-overiddes for inline
functions gets messy and fragile. There's also a minor
performance overhead that can be avoided. No separation of
concerns, eiter, as the object is held by the closure.

Also:
* Remove left-over instances of @method.
* Remove redundant '0' argument to setTimeout.
* Use null instead of $ for apply() on static methods like $.when.
* Use .empty().append() instead of .html(). Does the same but
  without additional overhead and without confusion association
  with "html" which isn't used (it doesn't serialise and re-parse
  or clone, it just appends when given one or more nodes).

Change-Id: I797a3667c67d52568150be9be5d043d149f22077
2014-12-16 23:27:53 +00:00
..
ve.ui.MWAlienExtensionInspectorTool.js Update VE core submodule to master (f2277ea) 2014-07-14 23:24:45 +00:00
ve.ui.MWCitationDialogTool.js Update VE core submodule to master (a942301) 2014-11-04 14:11:04 -08:00
ve.ui.MWEditModeTool.js Update VE core submodule to master (f2277ea) 2014-07-14 23:24:45 +00:00
ve.ui.MWFormatTool.js Switch 'disallowQuotedKeysInObjects' jscs rule on and fix up 2014-08-22 13:50:48 -07:00
ve.ui.MWGalleryInspectorTool.js MWGalleryInspectorTool: Provide the tool in the toolbar 2014-11-03 11:19:04 -08:00
ve.ui.MWLinkInspectorTool.js Open the linkNode inspector when pressing Ctrl+K on a link node 2014-10-21 19:47:42 -07:00
ve.ui.MWMediaDialogTool.js Update VE core submodule to master (a942301) 2014-11-04 14:11:04 -08:00
ve.ui.MWMetaDialogTool.js Update VE core submodule to master (c5f4f78) 2014-04-02 16:30:12 -07:00
ve.ui.MWPopupTool.js Remove use of bind() for inline functions 2014-12-16 23:27:53 +00:00
ve.ui.MWReferenceDialogTool.js Update VE core submodule to master (f5083c6) 2014-11-11 16:51:24 +00:00
ve.ui.MWTransclusionDialogTool.js Update VE core submodule to master (a942301) 2014-11-04 14:11:04 -08:00