mediawiki-extensions-Visual.../modules/ve/ui/widgets
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.ButtonWidget.js Stack panel, element mixins, cleanup 2013-03-28 12:40:01 -07:00
ve.ui.IconButtonWidget.js Document and clean up events in all the things 2013-03-20 09:58:27 -07:00
ve.ui.InputLabelWidget.js ve.ui.LookupWidget 2013-04-30 10:47:32 -07:00
ve.ui.InputWidget.js Code style fix: @return -> @returns 2013-06-17 11:50:24 +01:00
ve.ui.LinkTargetInputWidget.js Straighten out variances in parent method invocation 2013-06-21 19:20:37 +00:00
ve.ui.LookupInputWidget.js ve.ui.LookupInputWidget: Hide lookup input widget menu when empty 2013-06-18 21:42:41 +00:00
ve.ui.MenuItemWidget.js Group, Select, Option, Outline and MenuSection widgets 2013-03-20 22:55:32 +00:00
ve.ui.MenuSectionItemWidget.js Group, Select, Option, Outline and MenuSection widgets 2013-03-20 22:55:32 +00:00
ve.ui.MenuWidget.js Category UI improvements 2013-05-10 00:19:46 +00:00
ve.ui.MWCategoryInputWidget.js Correctly distinguish between Deferred and Promise 2013-06-18 10:56:56 -07:00
ve.ui.MWCategoryItemWidget.js Add missing documentation for category widgets 2013-06-11 13:01:37 -07:00
ve.ui.MWCategoryPopupWidget.js Merge "Improve category widget styling" 2013-06-13 19:27:57 +00:00
ve.ui.MWCategoryWidget.js Improve category widget styling 2013-06-13 19:26:29 +00:00
ve.ui.MWLinkTargetInputWidget.js Merge "Correctly distinguish between Deferred and Promise" 2013-06-18 18:01:38 +00:00
ve.ui.MWMediaSelectItemWidget.js Image insertion 2013-06-06 17:36:55 -07:00
ve.ui.MWMediaSelectWidget.js Make media insertion queries less horrible 2013-06-18 18:17:05 -07:00
ve.ui.MWTitleInputWidget.js Template and content adding 2013-06-18 23:37:44 +00:00
ve.ui.OptionWidget.js Stack panel, element mixins, cleanup 2013-03-28 12:40:01 -07:00
ve.ui.OutlineControlsWidget.js Template and content adding 2013-06-18 23:37:44 +00:00
ve.ui.OutlineItemWidget.js Outline controls 2013-06-14 11:56:30 -07:00
ve.ui.OutlineWidget.js Group, Select, Option, Outline and MenuSection widgets 2013-03-20 22:55:32 +00:00
ve.ui.PopupWidget.js The Great ve.ui.Surface refactor of 2013 2013-05-24 14:01:02 +02:00
ve.ui.SelectWidget.js Outline controls 2013-06-14 11:56:30 -07:00
ve.ui.TextInputMenuWidget.js The Great ve.ui.Surface refactor of 2013 2013-05-24 14:01:02 +02:00
ve.ui.TextInputWidget.js Code style fix: @return -> @returns 2013-06-17 11:50:24 +01:00