mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 06:46:26 +00:00
8f9d184758
* Fix invalid @param name (mixup of type and param name). * Fix incorrect reliance on inferred name for ve.Range. @class uses the below function to guess its name, however if @property is encountered, the @class block ends. Thus it was indexed as a nameless class. * Separate @property definitions because combining them like that doesn't work (it silently ignored everything after the first "from" property). Also: * Add some missing @static to static methods in ve.Range. * Remove a few redundant @method while at it. Change-Id: I8357c30711a4830af0b68b18350352c457a607f3 |
||
---|---|---|
.. | ||
ce | ||
dm | ||
init | ||
test | ||
ui | ||
ve.BranchNode.js | ||
ve.debug.js | ||
ve.Document.js | ||
ve.EventSequencer.js | ||
ve.js | ||
ve.LeafNode.js | ||
ve.Node.js | ||
ve.Range.js | ||
ve.track.js |