mediawiki-extensions-Visual.../modules/ve/ui
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
..
actions Reference name and group editing 2013-06-14 15:29:56 -07:00
dialogs Straighten out variances in parent method invocation 2013-06-21 19:20:37 +00:00
elements Element fixes 2013-06-18 11:35:07 -07:00
inspectors Straighten out variances in parent method invocation 2013-06-21 19:20:37 +00:00
layouts Make fieldset layout icons optional 2013-06-12 16:23:48 -07:00
styles Add reference icon 2013-06-21 10:31:43 -07:00
tools Support for editing captions of block images 2013-06-18 17:57:10 -07:00
widgets Straighten out variances in parent method invocation 2013-06-21 19:20:37 +00:00
ve.ui.Action.js The Great ve.ui.Surface refactor of 2013 2013-05-24 14:01:02 +02:00
ve.ui.ActionFactory.js ve.Editor 2013-05-15 10:39:12 -07:00
ve.ui.CommandRegistry.js Make MW meta dialog experimental 2013-05-24 17:53:06 +02:00
ve.ui.Context.js Support for editing captions of block images 2013-06-18 17:57:10 -07:00
ve.ui.Dialog.js Straighten out variances in parent method invocation 2013-06-21 19:20:37 +00:00
ve.ui.DialogFactory.js UI "Views" refactor 2013-04-18 15:53:50 -07:00
ve.ui.Frame.js The Great ve.ui.Surface refactor of 2013 2013-05-24 14:01:02 +02:00
ve.ui.Inspector.js Straighten out variances in parent method invocation 2013-06-21 19:20:37 +00:00
ve.ui.InspectorFactory.js UI "Views" refactor 2013-04-18 15:53:50 -07:00
ve.ui.js ve.Editor 2013-05-15 10:39:12 -07:00
ve.ui.Layout.js ve.Element refactor 2013-05-14 19:47:32 +00:00
ve.ui.Surface.js mw.ViewPageTarget: Move save dialog out of toolbar tree 2013-06-20 14:16:50 -07:00
ve.ui.Tool.js ve.Editor 2013-05-15 10:39:12 -07:00
ve.ui.Toolbar.js mw.ViewPageTarget: Move save dialog out of toolbar tree 2013-06-20 14:16:50 -07:00
ve.ui.ToolFactory.js
ve.ui.Trigger.js jshint: Fix trailing comma 2013-06-05 13:00:49 +02:00
ve.ui.TriggerRegistry.js ve.Editor 2013-05-15 10:39:12 -07:00
ve.ui.ViewRegistry.js Link inspector fixes 2013-04-24 18:29:55 -07:00
ve.ui.Widget.js ve.Element refactor 2013-05-14 19:47:32 +00:00
ve.ui.Window.js doc: Tag ve.ui.Window static properties as inheritable 2013-06-18 11:22:27 -07:00
ve.ui.WindowSet.js The Great ve.ui.Surface refactor of 2013 2013-05-24 14:01:02 +02:00