mediawiki-extensions-Visual.../modules/ve/ui/dialogs
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.ui.MWMediaEditDialog.js Straighten out variances in parent method invocation 2013-06-21 19:20:37 +00:00
ve.ui.MWMediaInsertDialog.js Straighten out variances in parent method invocation 2013-06-21 19:20:37 +00:00
ve.ui.MWMetaDialog.js Straighten out variances in parent method invocation 2013-06-21 19:20:37 +00:00
ve.ui.MWReferenceDialog.js ve.ui.MWReferenceDialog: Clean up 2013-06-21 11:36:44 -07:00
ve.ui.MWTransclusionDialog.js Straighten out variances in parent method invocation 2013-06-21 19:20:37 +00:00
ve.ui.PagedDialog.js Straighten out variances in parent method invocation 2013-06-21 19:20:37 +00:00