mediawiki-extensions-Visual.../modules/ve-mw/ce
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
..
annotations Use super to call parent constructors 2014-11-20 13:58:27 +00:00
nodes Remove use of bind() for inline functions 2014-12-16 23:27:53 +00:00
styles/nodes Remove IEHacks.css in favor of .ve-init-target-ie class 2014-12-08 15:45:23 -08:00
ve.ce.MWResizableNode.js ve.ce.MWResizableNode: Fix broken @extends documentation 2014-02-06 23:08:15 +00:00