mediawiki-extensions-Visual.../modules/ve/ce
Timo Tijhof 4e64187beb Document and clean up events in all the things
* Document them consistently between secetions Inheritance and
  Static Properties under their own (new) section Events.
* Removed any quotes or brackets around the event name in existing
  @emit annotations
  Search: @emit.*['"{}(){}]
* For every call to this.emit() anywhere, added @emits.
* Fixed all warnings for references to undefined events
  (introduced as a result of the previous point).
  Event handler parameter documented based on the emit() call
  and actual handlers using the event. Usually the latter is
  more elaborate.
* Extend coverage of jQuery as needed
  (copied from mwcore/maintenance/jsduck/external.js
  written by me, hereby implicitly and explicitly released under MIT).

Specifics
* ve.ce.Surface#onContentChange: Fixed type of range from Object to ve.Range.
* ve.ce.SurfaceObserver#poll: Fix syntax for code from {} to `backticks`.
* ve.ui.Toolbar#onContextChange: Doesn't actually emit "clearState" event.
  Removed #onClearState in Tool, ButtonTool and DropdownTool.

Bug: 45872
Change-Id: Id879aa769b2c72d86a0322e75dddeb868211ce28
2013-03-20 09:58:27 -07:00
..
nodes Create MediaWiki specific nodes to contain MW specific rules. 2013-03-12 16:28:29 -07:00
styles Bump copyright notice year range to -2013 over -2012 2013-02-19 15:37:34 -08:00
ve.ce.BranchNode.js Document and clean up events in all the things 2013-03-20 09:58:27 -07:00
ve.ce.ContentBranchNode.js Use static.name once for ce and dm nodes 2013-03-07 17:19:39 -08:00
ve.ce.Document.js Bump copyright notice year range to -2013 over -2012 2013-02-19 15:37:34 -08:00
ve.ce.DomRange.js DomRange makes more sense as a name for this class (cause it is not rangy specific). 2013-03-05 12:18:59 -08:00
ve.ce.js Bump copyright notice year range to -2013 over -2012 2013-02-19 15:37:34 -08:00
ve.ce.LeafNode.js Use static.name once for ce and dm nodes 2013-03-07 17:19:39 -08:00
ve.ce.Node.js Document and clean up events in all the things 2013-03-20 09:58:27 -07:00
ve.ce.NodeFactory.js Use static.name once for ce and dm nodes 2013-03-07 17:19:39 -08:00
ve.ce.Surface.js Document and clean up events in all the things 2013-03-20 09:58:27 -07:00
ve.ce.SurfaceObserver.js Document and clean up events in all the things 2013-03-20 09:58:27 -07:00