mediawiki-extensions-Visual.../modules/ve-mw/init
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
..
styles Remove IEHacks.css in favor of .ve-init-target-ie class 2014-12-08 15:45:23 -08:00
targets Remove use of bind() for inline functions 2014-12-16 23:27:53 +00:00
ve.init.mw.js Use registered target, instead of ve.init.Target 2014-06-17 20:41:01 +01:00
ve.init.mw.LinkCache.js Make LinkCache fail more gracefully when given undefined 2014-12-02 14:02:45 -08:00
ve.init.mw.Platform.js Use hasOwnProperty instead of 'key in obj' 2014-11-05 20:54:50 +00:00
ve.init.mw.Target.js Remove use of bind() for inline functions 2014-12-16 23:27:53 +00:00
ve.init.mw.TargetEvents.js Track new pagedeleted save error in TargetEvents 2014-12-01 17:58:31 -08:00
ve.init.mw.trackSubscriber.js Move from legacy TimingData schema to new statsd API 2014-12-10 00:25:42 +00:00