mediawiki-extensions-Visual.../modules/ve-mw/ui/widgets
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.MWCategoryInputWidget.js Remove use of bind() for inline functions 2014-12-16 23:27:53 +00:00
ve.ui.MWCategoryItemWidget.js Fix lots of spelling mistakes and typos 2014-11-21 13:00:50 +00:00
ve.ui.MWCategoryPopupWidget.js Update VE core submodule to master (32397d8) 2014-12-06 12:28:07 -08:00
ve.ui.MWCategoryWidget.js Merge "Follow normalisation response from category status query" 2014-11-26 02:02:27 +00:00
ve.ui.MWInternalLinkMenuOptionWidget.js Update VE core submodule to master (c8201dd) 2014-11-21 17:41:04 -08:00
ve.ui.MWLinkMenuOptionWidget.js Update VE core submodule to master (c8201dd) 2014-11-21 17:41:04 -08:00
ve.ui.MWLinkTargetInputWidget.js Update VE core submodule to master (c8201dd) 2014-11-21 17:41:04 -08:00
ve.ui.MWMediaResultWidget.js Update VE core submodule to master (c8201dd) 2014-11-21 17:41:04 -08:00
ve.ui.MWMediaSearchWidget.js Fix image alignment in media dialog search 2014-12-11 17:15:25 -05:00
ve.ui.MWMoreParametersResultWidget.js Update VE core submodule to master (c8201dd) 2014-11-21 17:41:04 -08:00
ve.ui.MWNoParametersResultWidget.js Update VE core submodule to master (c8201dd) 2014-11-21 17:41:04 -08:00
ve.ui.MWParameterResultWidget.js Update VE core submodule to master (c8201dd) 2014-11-21 17:41:04 -08:00
ve.ui.MWParameterSearchWidget.js Update VE core submodule to master (c8201dd) 2014-11-21 17:41:04 -08:00
ve.ui.MWReferenceGroupInputWidget.js Use String#slice instead of discouraged String#substr 2014-12-06 21:26:20 +00:00
ve.ui.MWReferenceResultWidget.js Update VE core submodule to master (c8201dd) 2014-11-21 17:41:04 -08:00
ve.ui.MWReferenceSearchWidget.js Update VE core submodule to master (c8201dd) 2014-11-21 17:41:04 -08:00
ve.ui.MWSurfaceWidget.js Apply mw-body-content styles to SurfaceWidget 2014-10-15 23:58:46 +00:00
ve.ui.MWTitleInputWidget.js Use String#slice instead of discouraged String#substr 2014-12-06 21:26:20 +00:00
ve.ui.MWTocItemWidget.js Remove use of bind() for inline functions 2014-12-16 23:27:53 +00:00
ve.ui.MWTocWidget.js Remove use of bind() for inline functions 2014-12-16 23:27:53 +00:00