mediawiki-extensions-Visual.../modules/ve/ce/nodes
Timo Tijhof 2fb1a11a1a Straighten out variances in parent method invocation
Follows-up I99acbd1699:
* "Parent method" comment
* Remove redundant slice() call to convert arguments to array,
  native JavaScript methods that take array-like arguments such
  as Function#apply and Array#slice are both compatible with
  the Arguments objects, no need to convert it. Most invocations
  already did this right but a few were recently introduced again.
* Removed silly "Document dialog." descriptions.
* Removed a few redundant "@method" tags in the near vicinity
  of code I changed.
* Fixed function invocation to be either on one line or
  one parameter per line. Having all arguments on one line
  but the name + "(" looks confusing as it suggest there
  is only 1 parameter. Same as object literals:
  so:
  { foo: 1, bar }
  or:
  {
    foo: 1,
    bar: 2,
  }
  not:
  {
    foo: 1, bar: 2
  }

Change-Id: I379bc2b32603bcf90aba9b4cd0112e7f027d070e
2013-06-21 19:20:37 +00:00
..
ve.ce.AlienNode.js Fix copyDomElement issues 2013-06-18 23:37:09 +00:00
ve.ce.BreakNode.js ve.Element refactor 2013-05-14 19:47:32 +00:00
ve.ce.CenterNode.js ve.Element refactor 2013-05-14 19:47:32 +00:00
ve.ce.DefinitionListItemNode.js Code style fix: @return -> @returns 2013-06-17 11:50:24 +01:00
ve.ce.DefinitionListNode.js ve.Element refactor 2013-05-14 19:47:32 +00:00
ve.ce.DivNode.js ve.Element refactor 2013-05-14 19:47:32 +00:00
ve.ce.DocumentNode.js Store DM nodes in InternalList 2013-06-03 22:10:07 +01:00
ve.ce.GeneratedContentNode.js Copy DOM elements properly, into the correct document 2013-06-18 15:40:33 -07:00
ve.ce.HeadingNode.js Code style fix: @return -> @returns 2013-06-17 11:50:24 +01:00
ve.ce.ImageNode.js ve.Element refactor 2013-05-14 19:47:32 +00:00
ve.ce.InternalItemNode.js ve.Element refactor 2013-05-14 19:47:32 +00:00
ve.ce.InternalListNode.js ve.Element refactor 2013-05-14 19:47:32 +00:00
ve.ce.ListItemNode.js ve.Element refactor 2013-05-14 19:47:32 +00:00
ve.ce.ListNode.js Straighten out variances in parent method invocation 2013-06-21 19:20:37 +00:00
ve.ce.MWBlockImageNode.js There is no need to apply CSS changes (width and height) to an image inside ve.ce.MWBlockImageNode because it is already handled in ve.ce.ResizableNode 2013-06-21 10:38:07 -07:00
ve.ce.MWEntityNode.js Consistent use of mw in HTML classes, and data element and annotation types 2013-05-28 13:49:56 +01:00
ve.ce.MWHeadingNode.js Consistent use of mw in HTML classes, and data element and annotation types 2013-05-28 13:49:56 +01:00
ve.ce.MWImageCaptionNode.js Straighten out variances in parent method invocation 2013-06-21 19:20:37 +00:00
ve.ce.MWInlineImageNode.js Merge "Wrap inline images in spans with display: inline-block." 2013-06-10 22:36:30 +00:00
ve.ce.MWPreformattedNode.js Consistent use of mw in HTML classes, and data element and annotation types 2013-05-28 13:49:56 +01:00
ve.ce.MWReferenceListNode.js Added ve.ce.FocusableNode mixin to ve.ce.MWReferenceListNode 2013-06-17 21:22:34 +00:00
ve.ce.MWReferenceNode.js Insert Reference 2013-06-10 20:14:08 +01:00
ve.ce.MWTransclusionNode.js Fix copyDomElement issues 2013-06-18 23:37:09 +00:00
ve.ce.ParagraphNode.js Support for thumb and frame images with captions. 2013-05-23 00:44:43 -07:00
ve.ce.PreformattedNode.js ve.Element refactor 2013-05-14 19:47:32 +00:00
ve.ce.TableCaptionNode.js ve.Element refactor 2013-05-14 19:47:32 +00:00
ve.ce.TableCellNode.js Code style fix: @return -> @returns 2013-06-17 11:50:24 +01:00
ve.ce.TableNode.js ve.Element refactor 2013-05-14 19:47:32 +00:00
ve.ce.TableRowNode.js ve.Element refactor 2013-05-14 19:47:32 +00:00
ve.ce.TableSectionNode.js Code style fix: @return -> @returns 2013-06-17 11:50:24 +01:00
ve.ce.TextNode.js ve.Element refactor 2013-05-14 19:47:32 +00:00