mediawiki-extensions-Visual.../modules/ve-mw/ui
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
..
actions Always return boolean from an action 2014-11-23 17:19:10 +00:00
commands Replace hacky wikitext warning listener with sequences 2014-11-25 22:39:29 +00:00
dialogs Remove use of bind() for inline functions 2014-12-16 23:27:53 +00:00
inspectors MWLiveExtensionInspector: Move event unbinding to teardown process 2014-11-12 19:33:24 +00:00
pages Remove use of bind() for inline functions 2014-12-16 23:27:53 +00:00
styles Bump command help dialog height again 2014-12-10 16:24:14 -08:00
themes Update VE core submodule to master (029fc7e) 2014-11-19 17:04:26 -08:00
tools Remove use of bind() for inline functions 2014-12-16 23:27:53 +00:00
widgets Remove use of bind() for inline functions 2014-12-16 23:27:53 +00:00
ve.ui.MWCommandRegistry.js Replace hacky wikitext warning listener with sequences 2014-11-25 22:39:29 +00:00
ve.ui.MWMobileContext.js Update VE core submodule to master (db78bdd) 2014-10-20 12:43:39 -07:00
ve.ui.MWMobileSurface.js Update VE core submodule to master (db78bdd) 2014-10-20 12:43:39 -07:00
ve.ui.MWSequenceRegistry.js Merge "If the user types in ':' at the beginning of a line, make it a blockquote" 2014-11-26 02:02:32 +00:00