mediawiki-extensions-Visual.../modules/ve-mw/ui/dialogs
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.MWBetaWelcomeDialog.js Mark primary buttons as progressive as well 2014-12-11 22:55:16 +00:00
ve.ui.MWCancelConfirmDialog.js Switch 'disallowQuotedKeysInObjects' jscs rule on and fix up 2014-08-22 13:50:48 -07:00
ve.ui.MWCitationDialog.js Remove use of bind() for inline functions 2014-12-16 23:27:53 +00:00
ve.ui.MWCommandHelpDialog.js Switch 'disallowQuotedKeysInObjects' jscs rule on and fix up 2014-08-22 13:50:48 -07:00
ve.ui.MWMediaDialog.js Remove use of bind() for inline functions 2014-12-16 23:27:53 +00:00
ve.ui.MWMetaDialog.js Merge "Mark primary buttons as progressive as well" 2014-12-11 22:59:04 +00:00
ve.ui.MWReferenceDialog.js Mark primary buttons as progressive as well 2014-12-11 22:55:16 +00:00
ve.ui.MWReferencesListDialog.js Mark primary buttons as progressive as well 2014-12-11 22:55:16 +00:00
ve.ui.MWRequiredParamBlankConfirmDialog.js Get confirmation when trying to insert/edit template/citation with required parameters missing 2014-09-17 12:31:23 -07:00
ve.ui.MWSaveDialog.js Remove use of bind() for inline functions 2014-12-16 23:27:53 +00:00
ve.ui.MWTemplateDialog.js Remove use of bind() for inline functions 2014-12-16 23:27:53 +00:00
ve.ui.MWTransclusionDialog.js Followup a86d824: fix reference to this in foreach callback 2014-11-10 15:22:19 -05:00
ve.ui.MWWikitextSwitchConfirmDialog.js Mark primary buttons as progressive as well 2014-12-11 22:55:16 +00:00