mediawiki-extensions-Visual.../modules/ve-mw/ce/nodes
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.ce.MWAlienExtensionNode.js Move addClass calls to setup in GeneratedContentNodes 2014-11-12 22:52:59 +00:00
ve.ce.MWBlockImageNode.js Switch 'disallowQuotedKeysInObjects' jscs rule on and fix up 2014-08-22 13:50:48 -07:00
ve.ce.MWEntityNode.js Switch 'disallowQuotedKeysInObjects' jscs rule on and fix up 2014-08-22 13:50:48 -07:00
ve.ce.MWExtensionNode.js Remove use of bind() for inline functions 2014-12-16 23:27:53 +00:00
ve.ce.MWGalleryNode.js Move addClass calls to setup in GeneratedContentNodes 2014-11-12 22:52:59 +00:00
ve.ce.MWHeadingNode.js Table of contents widget 2014-03-14 15:20:19 -07:00
ve.ce.MWImageCaptionNode.js Drop references to magnify-clip-{ltr,rtl}.png file 2014-08-19 17:18:18 -07:00
ve.ce.MWImageNode.js Switch 'disallowQuotedKeysInObjects' jscs rule on and fix up 2014-08-22 13:50:48 -07:00
ve.ce.MWInlineImageNode.js Remove span-wrapping of link='' images 2014-08-19 13:08:47 +01:00
ve.ce.MWNumberedExternalLinkNode.js Open the linkNode inspector when pressing Ctrl+K on a link node 2014-10-21 19:47:42 -07:00
ve.ce.MWPreformattedNode.js Bump copyright like it's 2014 2014-01-05 20:06:50 +08:00
ve.ce.MWReferenceNode.js Switch 'disallowQuotedKeysInObjects' jscs rule on and fix up 2014-08-22 13:50:48 -07:00
ve.ce.MWReferencesListNode.js Switch 'disallowQuotedKeysInObjects' jscs rule on and fix up 2014-08-22 13:50:48 -07:00
ve.ce.MWTableNode.js Create mwTables with wikitable attribute by default 2014-10-29 12:52:24 -07:00
ve.ce.MWTransclusionNode.js Fix href parsing in transclusion nodes when on alternative (e.g. mobile) domains/paths 2014-12-05 22:23:09 +00:00