mediawiki-extensions-Visual.../modules/oojs-ui
Trevor Parscal db9f941fa6 Rename this.$ to this.$element, and this.$$ to this.$
Objectives:
* Rename this.$ to this.$element
* Rename this.$$ to this.$
* Get rid of the need to use this.frame.$$
* Rename OO.ui.Element.get$$ to OO.ui.Element.getJQuery

Changes: (using Sublime Text regex patterns)
* Replace "get$$" with "getJQuery"
* Replace "\.(\$)([^\$a-zA-Z])" with ".$element$2"
* Replace "\.(\$\$)" with ".$"
* Replace "'$$'" with "'$'"
* Set this.$ to null in constructor of OO.ui.Window
* Set this.$ to this.frame.$ in initialize method of OO.ui.Window
* Replace "\.(frame.\$)([^\$a-zA-Z])" with ".\$$2"

Bonus:
* Use this.$() in a bunch of places where $() was erroneously used

Change-Id: If3d870124ab8d10f8223532cda95c2b2b075db94
2013-11-03 23:03:49 -08:00
..
elements Rename this.$ to this.$element, and this.$$ to this.$ 2013-11-03 23:03:49 -08:00
layouts Rename this.$ to this.$element, and this.$$ to this.$ 2013-11-03 23:03:49 -08:00
styles Use a toolbar for the actions buttons in ve.init.mw.ViewPageTarget 2013-10-29 05:57:52 +00:00
test Split oojs-ui from ve.ui 2013-10-28 22:40:08 -07:00
toolgroups Rename this.$ to this.$element, and this.$$ to this.$ 2013-11-03 23:03:49 -08:00
tools Rename this.$ to this.$element, and this.$$ to this.$ 2013-11-03 23:03:49 -08:00
widgets Rename this.$ to this.$element, and this.$$ to this.$ 2013-11-03 23:03:49 -08:00
OO.ui.Dialog.js Rename this.$ to this.$element, and this.$$ to this.$ 2013-11-03 23:03:49 -08:00
OO.ui.DialogFactory.js Split oojs-ui from ve.ui 2013-10-28 22:40:08 -07:00
OO.ui.Element.js Rename this.$ to this.$element, and this.$$ to this.$ 2013-11-03 23:03:49 -08:00
OO.ui.Frame.js Rename this.$ to this.$element, and this.$$ to this.$ 2013-11-03 23:03:49 -08:00
OO.ui.Inspector.js Rename this.$ to this.$element, and this.$$ to this.$ 2013-11-03 23:03:49 -08:00
OO.ui.InspectorFactory.js Split oojs-ui from ve.ui 2013-10-28 22:40:08 -07:00
OO.ui.js Provide a default implementation for OO.ui.msg 2013-11-01 13:36:05 -07:00
OO.ui.Layout.js Rename this.$ to this.$element, and this.$$ to this.$ 2013-11-03 23:03:49 -08:00
OO.ui.Tool.js Rename this.$ to this.$element, and this.$$ to this.$ 2013-11-03 23:03:49 -08:00
OO.ui.Toolbar.js Rename this.$ to this.$element, and this.$$ to this.$ 2013-11-03 23:03:49 -08:00
OO.ui.ToolFactory.js Split oojs-ui from ve.ui 2013-10-28 22:40:08 -07:00
OO.ui.ToolGroup.js Rename this.$ to this.$element, and this.$$ to this.$ 2013-11-03 23:03:49 -08:00
OO.ui.Widget.js Rename this.$ to this.$element, and this.$$ to this.$ 2013-11-03 23:03:49 -08:00
OO.ui.Window.js Rename this.$ to this.$element, and this.$$ to this.$ 2013-11-03 23:03:49 -08:00
OO.ui.WindowSet.js Rename this.$ to this.$element, and this.$$ to this.$ 2013-11-03 23:03:49 -08:00