mediawiki-extensions-Visual.../modules/ve-mw/ui/pages
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.MWAdvancedSettingsPage.js Rename some things for my sanity 2014-12-12 20:49:00 +00:00
ve.ui.MWCategoriesPage.js Remove use of bind() for inline functions 2014-12-16 23:27:53 +00:00
ve.ui.MWLanguagesPage.js Switch 'disallowQuotedKeysInObjects' jscs rule on and fix up 2014-08-22 13:50:48 -07:00
ve.ui.MWParameterPage.js ve.ui.MWParameter*: Use the destructive flag for all four remove buttons 2014-12-09 14:28:40 -08:00
ve.ui.MWParameterPlaceholderPage.js ve.ui.MWParameter*: Use the destructive flag for all four remove buttons 2014-12-09 14:28:40 -08:00
ve.ui.MWSettingsPage.js Rename some things for my sanity 2014-12-12 20:49:00 +00:00
ve.ui.MWTemplatePage.js Use mw.Title#getRelativeText to deal with titles relative to specific namespaces 2014-09-26 02:47:18 +00:00
ve.ui.MWTemplatePlaceholderPage.js Replacing MWTitleInputWidget.getValue() with MWTitleInputWidget.getTitle() 2014-11-03 17:05:51 -08:00
ve.ui.MWTransclusionContentPage.js Switch 'disallowQuotedKeysInObjects' jscs rule on and fix up 2014-08-22 13:50:48 -07:00