You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2013/11/07 14:58:30 UTC

[11/17] git commit: [flex-asjs] [refs/heads/develop] - Removed unneeded @this annotations. With our implementation of classes, the compiler doesn't need this instruction.

Removed unneeded @this annotations. With our implementation of classes, the compiler doesn't need this instruction.

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/058b50ee
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/058b50ee
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/058b50ee

Branch: refs/heads/develop
Commit: 058b50eee3f8f073491c56bdef8a4dc14cd576c2
Parents: 670c5f9
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Thu Nov 7 13:56:38 2013 +0100
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Thu Nov 7 13:56:38 2013 +0100

----------------------------------------------------------------------
 .../js/FlexJS/src/flash/display/Sprite.js       |  1 -
 frameworks/js/FlexJS/src/mx/states/AddItems.js  |  1 -
 .../js/FlexJS/src/mx/states/SetProperty.js      |  1 -
 .../src/org/apache/flex/binding/BindingBase.js  |  2 --
 .../org/apache/flex/binding/ConstantBinding.js  |  1 -
 .../org/apache/flex/binding/GenericBinding.js   |  4 ----
 .../org/apache/flex/binding/PropertyWatcher.js  |  5 ----
 .../org/apache/flex/binding/SimpleBinding.js    |  2 --
 .../src/org/apache/flex/core/Application.js     |  2 --
 .../org/apache/flex/core/HTMLElementWrapper.js  |  8 -------
 .../org/apache/flex/core/IItemRendererParent.js |  1 -
 .../flex/core/ItemRendererClassFactory.js       |  3 ---
 .../FlexJS/src/org/apache/flex/core/ListBase.js |  8 -------
 .../org/apache/flex/core/SimpleCSSValuesImpl.js |  3 ---
 .../org/apache/flex/core/SimpleStatesImpl.js    |  4 ----
 .../FlexJS/src/org/apache/flex/core/UIBase.js   | 24 --------------------
 .../FlexJS/src/org/apache/flex/core/ViewBase.js |  9 --------
 .../org/apache/flex/core/ViewBaseDataBinding.js |  6 -----
 .../src/org/apache/flex/createjs/Application.js |  2 --
 .../src/org/apache/flex/createjs/core/UIBase.js | 10 --------
 .../org/apache/flex/createjs/core/ViewBase.js   |  1 -
 .../flex/createjs/staticControls/CheckBox.js    |  6 -----
 .../flex/createjs/staticControls/Label.js       |  3 ---
 .../flex/createjs/staticControls/TextButton.js  |  3 ---
 .../src/org/apache/flex/events/CustomEvent.js   |  1 -
 .../FlexJS/src/org/apache/flex/events/Event.js  |  2 --
 .../org/apache/flex/events/EventDispatcher.js   |  1 -
 .../org/apache/flex/events/ValueChangeEvent.js  |  1 -
 .../apache/flex/html/staticControls/Alert.js    |  9 --------
 .../apache/flex/html/staticControls/Button.js   |  1 -
 .../flex/html/staticControls/ButtonBar.js       |  1 -
 .../apache/flex/html/staticControls/CheckBox.js |  5 ----
 .../apache/flex/html/staticControls/ComboBox.js |  7 ------
 .../flex/html/staticControls/Container.js       |  4 ----
 .../flex/html/staticControls/ControlBar.js      |  1 -
 .../apache/flex/html/staticControls/DataGrid.js |  6 -----
 .../flex/html/staticControls/DropDownList.js    |  5 ----
 .../apache/flex/html/staticControls/Image.js    |  3 ---
 .../apache/flex/html/staticControls/Label.js    |  3 ---
 .../org/apache/flex/html/staticControls/List.js |  4 ----
 .../flex/html/staticControls/NumericStepper.js  | 12 ----------
 .../apache/flex/html/staticControls/Panel.js    | 10 --------
 .../flex/html/staticControls/RadioButton.js     | 13 -----------
 .../flex/html/staticControls/SimpleList.js      |  7 ------
 .../apache/flex/html/staticControls/Slider.js   | 13 -----------
 .../apache/flex/html/staticControls/Spinner.js  | 12 ----------
 .../apache/flex/html/staticControls/TextArea.js |  3 ---
 .../flex/html/staticControls/TextButton.js      |  2 --
 .../flex/html/staticControls/TextInput.js       |  3 ---
 .../apache/flex/html/staticControls/TitleBar.js |  7 ------
 .../accessories/PasswordInputBead.js            |  1 -
 .../accessories/TextPromptBead.js               |  3 ---
 .../html/staticControls/beads/ButtonBarView.js  |  1 -
 .../staticControls/beads/DataGridColumnView.js  |  5 ----
 .../html/staticControls/beads/DataGridView.js   |  2 --
 .../DataItemRendererFactoryForArrayData.js      |  4 ----
 .../DataItemRendererFactoryForColumnData.js     |  4 ----
 .../flex/html/staticControls/beads/ImageView.js |  2 --
 .../flex/html/staticControls/beads/ListView.js  |  3 ---
 .../flex/html/staticControls/beads/PanelView.js |  2 --
 .../staticControls/beads/SliderThumbView.js     |  1 -
 .../staticControls/beads/SliderTrackView.js     |  1 -
 .../TextItemRendererFactoryForArrayData.js      |  2 --
 .../controllers/ItemRendererMouseController.js  |  5 ----
 .../ListSingleSelectionMouseController.js       |  2 --
 .../beads/controllers/SliderMouseController.js  |  6 -----
 .../beads/controllers/SpinnerMouseController.js |  3 ---
 .../beads/layouts/ButtonBarLayout.js            |  2 --
 .../beads/layouts/NonVirtualHorizontalLayout.js |  2 --
 .../beads/models/ArraySelectionModel.js         |  7 ------
 .../beads/models/DataGridModel.js               |  3 ---
 .../staticControls/beads/models/ImageModel.js   |  3 ---
 .../staticControls/beads/models/PanelModel.js   |  7 ------
 .../staticControls/beads/models/RangeModel.js   | 12 ----------
 .../beads/models/TitleBarModel.js               |  7 ------
 .../ButtonBarButtonItemRenderer.js              |  4 ----
 .../supportClasses/DataItemRenderer.js          | 11 ---------
 .../supportClasses/NonVirtualDataGroup.js       |  4 ----
 .../supportClasses/StringItemRenderer.js        | 11 ---------
 .../flex/html5/staticControls/CheckBox.js       |  5 ----
 .../flex/html5/staticControls/ComboBox.js       |  7 ------
 .../apache/flex/html5/staticControls/Label.js   |  3 ---
 .../apache/flex/html5/staticControls/List.js    |  1 -
 .../flex/html5/staticControls/RadioButton.js    |  7 ------
 .../flex/html5/staticControls/TextArea.js       |  3 ---
 .../flex/html5/staticControls/TextButton.js     |  3 ---
 .../flex/html5/staticControls/TextInput.js      |  3 ---
 .../flex/jquery/staticControls/CheckBox.js      |  5 ----
 .../flex/jquery/staticControls/RadioButton.js   | 13 -----------
 .../flex/jquery/staticControls/TextButton.js    |  3 ---
 .../src/org/apache/flex/net/BinaryUploader.js   | 23 -------------------
 .../src/org/apache/flex/net/HTTPService.js      | 23 -------------------
 .../src/org/apache/flex/net/JSONInputParser.js  |  1 -
 .../org/apache/flex/net/JSONItemConverter.js    |  1 -
 .../flex/net/dataConverters/LazyCollection.js   |  9 --------
 .../flex/svg/staticControls/TextButton.js       |  3 ---
 .../src/org/apache/flex/utils/BinaryData.js     | 14 ------------
 .../FlexJS/src/org/apache/flex/utils/Timer.js   | 10 --------
 .../flex/utils/ViewSourceContextMenuOption.js   |  1 -
 99 files changed, 504 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/058b50ee/frameworks/js/FlexJS/src/flash/display/Sprite.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/flash/display/Sprite.js b/frameworks/js/FlexJS/src/flash/display/Sprite.js
index 685a13a..8e7791a 100644
--- a/frameworks/js/FlexJS/src/flash/display/Sprite.js
+++ b/frameworks/js/FlexJS/src/flash/display/Sprite.js
@@ -25,7 +25,6 @@ flash.display.Sprite = function() {
 
 /**
  * @expose
- * @this {flash.display.Sprite}
  */
 flash.display.Sprite.prototype.start = function() {
 };

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/058b50ee/frameworks/js/FlexJS/src/mx/states/AddItems.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/mx/states/AddItems.js b/frameworks/js/FlexJS/src/mx/states/AddItems.js
index 8c63c5a..6b1a347 100644
--- a/frameworks/js/FlexJS/src/mx/states/AddItems.js
+++ b/frameworks/js/FlexJS/src/mx/states/AddItems.js
@@ -24,7 +24,6 @@ mx.states.AddItems = function() {
 
 
 /**
- * @this {mx.states.AddItems}
  * @param {Object} document The MXML object.
  */
 mx.states.AddItems.prototype.setDocument = function(document) {

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/058b50ee/frameworks/js/FlexJS/src/mx/states/SetProperty.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/mx/states/SetProperty.js b/frameworks/js/FlexJS/src/mx/states/SetProperty.js
index 1453cad..371d986 100644
--- a/frameworks/js/FlexJS/src/mx/states/SetProperty.js
+++ b/frameworks/js/FlexJS/src/mx/states/SetProperty.js
@@ -24,7 +24,6 @@ mx.states.SetProperty = function() {
 
 
 /**
- * @this {mx.states.SetProperty}
  * @param {Object} document The MXML object.
  */
 mx.states.SetProperty.prototype.setDocument = function(document) {

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/058b50ee/frameworks/js/FlexJS/src/org/apache/flex/binding/BindingBase.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/binding/BindingBase.js b/frameworks/js/FlexJS/src/org/apache/flex/binding/BindingBase.js
index 2797736..f1f198f 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/binding/BindingBase.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/binding/BindingBase.js
@@ -66,7 +66,6 @@ org.apache.flex.binding.BindingBase.prototype.sourceID;
 
 
 /**
- * @this {org.apache.flex.binding.BindingBase}
  * @param {Object} value The strand (owner) of the bead.
  */
 org.apache.flex.binding.BindingBase.prototype.set_strand = function(value) {
@@ -86,7 +85,6 @@ org.apache.flex.binding.BindingBase.prototype.set_strand = function(value) {
 
 
 /**
- * @this {org.apache.flex.binding.BindingBase}
  * @param {Object} document The MXML object.
  */
 org.apache.flex.binding.BindingBase.prototype.setDocument = function(document) {

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/058b50ee/frameworks/js/FlexJS/src/org/apache/flex/binding/ConstantBinding.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/binding/ConstantBinding.js b/frameworks/js/FlexJS/src/org/apache/flex/binding/ConstantBinding.js
index 2a83b36..1ae9ef7 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/binding/ConstantBinding.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/binding/ConstantBinding.js
@@ -30,7 +30,6 @@ goog.inherits(org.apache.flex.binding.ConstantBinding,
 
 /**
  * @override
- * @this {org.apache.flex.binding.ConstantBinding}
  * @param {Object} value The strand (owner) of the bead.
  */
 org.apache.flex.binding.ConstantBinding.prototype.set_strand = function(value) {

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/058b50ee/frameworks/js/FlexJS/src/org/apache/flex/binding/GenericBinding.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/binding/GenericBinding.js b/frameworks/js/FlexJS/src/org/apache/flex/binding/GenericBinding.js
index aab88f6..f90efc4 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/binding/GenericBinding.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/binding/GenericBinding.js
@@ -42,7 +42,6 @@ org.apache.flex.binding.GenericBinding.prototype.destinationFunction = null;
 
 /**
  * @expose
- * @this {org.apache.flex.binding.GenericBinding}
  * @param {Object} value The strand (owner) of the bead.
  */
 org.apache.flex.binding.GenericBinding.prototype.set_strand =
@@ -56,7 +55,6 @@ org.apache.flex.binding.GenericBinding.prototype.set_strand =
 
 /**
  * @expose
- * @this {org.apache.flex.binding.GenericBinding}
  * @return {Object} The value from the source as specified.
  */
 org.apache.flex.binding.GenericBinding.prototype.getValueFromSource =
@@ -94,7 +92,6 @@ org.apache.flex.binding.GenericBinding.prototype.getValueFromSource =
 
 /**
  * @expose
- * @this {org.apache.flex.binding.GenericBinding}
  * @param {Object} value The value from the source as specified.
  */
 org.apache.flex.binding.GenericBinding.prototype.applyValue =
@@ -124,7 +121,6 @@ org.apache.flex.binding.GenericBinding.prototype.applyValue =
 
 /**
  * @expose
- * @this {org.apache.flex.binding.GenericBinding}
  * @param {Object} value The value from the source as specified.
  */
 org.apache.flex.binding.GenericBinding.prototype.valueChanged =

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/058b50ee/frameworks/js/FlexJS/src/org/apache/flex/binding/PropertyWatcher.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/binding/PropertyWatcher.js b/frameworks/js/FlexJS/src/org/apache/flex/binding/PropertyWatcher.js
index dd671e4..d134ed1 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/binding/PropertyWatcher.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/binding/PropertyWatcher.js
@@ -61,7 +61,6 @@ org.apache.flex.binding.PropertyWatcher.prototype.getterFunction = null;
 
 /**
  * @protected
- * @this {org.apache.flex.binding.PropertyWatcher}
  * @param {Object} event The event.
  */
 org.apache.flex.binding.PropertyWatcher.prototype.changeHandler =
@@ -83,7 +82,6 @@ org.apache.flex.binding.PropertyWatcher.prototype.changeHandler =
 
 /**
  * @protected
- * @this {org.apache.flex.binding.PropertyWatcher}
  * @param {Object} parent The new parent watcher.
  */
 org.apache.flex.binding.PropertyWatcher.prototype.parentChanged =
@@ -105,7 +103,6 @@ org.apache.flex.binding.PropertyWatcher.prototype.parentChanged =
 
 /**
  * @protected
- * @this {org.apache.flex.binding.PropertyWatcher}
  */
 org.apache.flex.binding.PropertyWatcher.prototype.addEventListeners =
     function() {
@@ -128,7 +125,6 @@ org.apache.flex.binding.PropertyWatcher.prototype.addEventListeners =
 
 /**
  * @protected
- * @this {org.apache.flex.binding.PropertyWatcher}
  */
 org.apache.flex.binding.PropertyWatcher.prototype.removeEventListeners =
     function() {
@@ -153,7 +149,6 @@ org.apache.flex.binding.PropertyWatcher.prototype.removeEventListeners =
  * @protected
  * Gets the actual property then updates
  * the Watcher's children appropriately.
- * @this {org.apache.flex.binding.PropertyWatcher}
  */
 org.apache.flex.binding.PropertyWatcher.prototype.updateProperty =
     function() {

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/058b50ee/frameworks/js/FlexJS/src/org/apache/flex/binding/SimpleBinding.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/binding/SimpleBinding.js b/frameworks/js/FlexJS/src/org/apache/flex/binding/SimpleBinding.js
index d87e225..8f12e51 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/binding/SimpleBinding.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/binding/SimpleBinding.js
@@ -36,7 +36,6 @@ org.apache.flex.binding.SimpleBinding.prototype.eventName = '';
 
 
 /**
- * @this {org.apache.flex.binding.SimpleBinding}
  */
 org.apache.flex.binding.SimpleBinding.prototype.changeHandler = function() {
   this.destination['set_' + this.destinationPropertyName](
@@ -47,7 +46,6 @@ org.apache.flex.binding.SimpleBinding.prototype.changeHandler = function() {
 
 /**
  * @override
- * @this {org.apache.flex.binding.SimpleBinding}
  * @param {Object} value The strand (owner) of the bead.
  */
 org.apache.flex.binding.SimpleBinding.prototype.set_strand = function(value) {

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/058b50ee/frameworks/js/FlexJS/src/org/apache/flex/core/Application.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/Application.js b/frameworks/js/FlexJS/src/org/apache/flex/core/Application.js
index 8506ef0..a6d034c 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/core/Application.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/core/Application.js
@@ -61,7 +61,6 @@ org.apache.flex.core.Application.prototype.valuesImpl = null;
 
 /**
  * @expose
- * @this {org.apache.flex.core.Application}
  */
 org.apache.flex.core.Application.prototype.start = function() {
   this.element = document.getElementsByTagName('body')[0];
@@ -82,7 +81,6 @@ org.apache.flex.core.Application.prototype.start = function() {
 
 
 /**
- * @this {org.apache.flex.core.Application}
  * @param {Object} c The child element.
  */
 org.apache.flex.core.Application.prototype.addElement =

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/058b50ee/frameworks/js/FlexJS/src/org/apache/flex/core/HTMLElementWrapper.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/HTMLElementWrapper.js b/frameworks/js/FlexJS/src/org/apache/flex/core/HTMLElementWrapper.js
index 1b36fee..0342aa7 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/core/HTMLElementWrapper.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/core/HTMLElementWrapper.js
@@ -45,7 +45,6 @@ org.apache.flex.core.HTMLElementWrapper.prototype.strand = null;
 
 /**
  * @expose
- * @this {org.apache.flex.core.HTMLElementWrapper}
  * @param {Object} bead The new bead.
  */
 org.apache.flex.core.HTMLElementWrapper.prototype.addBead = function(bead) {
@@ -66,7 +65,6 @@ org.apache.flex.core.HTMLElementWrapper.prototype.addBead = function(bead) {
 
 /**
  * @expose
- * @this {org.apache.flex.core.HTMLElementWrapper}
  * @param {Object} classOrInterface The requested bead type.
  * @return {Object} The bead.
  */
@@ -93,7 +91,6 @@ org.apache.flex.core.HTMLElementWrapper.prototype.getBeadByType =
 
 /**
  * @expose
- * @this {org.apache.flex.core.HTMLElementWrapper}
  * @return {Array} The array of descriptors.
  */
 org.apache.flex.core.HTMLElementWrapper.prototype.get_MXMLDescriptor =
@@ -104,7 +101,6 @@ org.apache.flex.core.HTMLElementWrapper.prototype.get_MXMLDescriptor =
 
 /**
  * @expose
- * @this {org.apache.flex.core.HTMLElementWrapper}
  * @return {Array} The array of properties.
  */
 org.apache.flex.core.HTMLElementWrapper.prototype.get_MXMLProperties =
@@ -115,7 +111,6 @@ org.apache.flex.core.HTMLElementWrapper.prototype.get_MXMLProperties =
 
 /**
  * @expose
- * @this {org.apache.flex.core.HTMLElementWrapper}
  * @param {Object} bead The bead to remove.
  * @return {Object} The bead.
  */
@@ -139,7 +134,6 @@ org.apache.flex.core.HTMLElementWrapper.prototype.removeBead = function(bead) {
 
 /**
  * @expose
- * @this {org.apache.flex.core.HTMLElementWrapper}
  * @param {Object} value The new strand.
  */
 org.apache.flex.core.HTMLElementWrapper.prototype.set_strand =
@@ -153,7 +147,6 @@ org.apache.flex.core.HTMLElementWrapper.prototype.set_strand =
 /**
  Hack to allow event.target expressions to work
  * @expose
- * @this {Event}
  * @return {Object} The wrapping object.
  */
 Event.prototype.get_target = function() {
@@ -165,7 +158,6 @@ Event.prototype.get_target = function() {
 /**
  Hack to allow event.target expressions to work
  * @expose
- * @this {goog.events.BrowserEvent}
  * @return {Object} The wrapping object.
  */
 goog.events.BrowserEvent.prototype.get_target = function() {

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/058b50ee/frameworks/js/FlexJS/src/org/apache/flex/core/IItemRendererParent.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/IItemRendererParent.js b/frameworks/js/FlexJS/src/org/apache/flex/core/IItemRendererParent.js
index 09f77de..1747daa 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/core/IItemRendererParent.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/core/IItemRendererParent.js
@@ -25,7 +25,6 @@ org.apache.flex.core.IItemRendererParent = function() {
 
 /**
  * @expose
- * @this {org.apache.flex.core.IItemRendererParent}
  * @param {number} index The selected index.
  */
 org.apache.flex.core.IItemRendererParent.prototype.

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/058b50ee/frameworks/js/FlexJS/src/org/apache/flex/core/ItemRendererClassFactory.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/ItemRendererClassFactory.js b/frameworks/js/FlexJS/src/org/apache/flex/core/ItemRendererClassFactory.js
index bc9a3c1..47a9f55 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/core/ItemRendererClassFactory.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/core/ItemRendererClassFactory.js
@@ -28,7 +28,6 @@ org.apache.flex.core.ItemRendererClassFactory = function() {
 
 /**
  * @expose
- * @this {org.apache.flex.core.ItemRendererClassFactory}
  * @param {object} value The component strand.
  */
 org.apache.flex.core.ItemRendererClassFactory.
@@ -45,7 +44,6 @@ org.apache.flex.core.ItemRendererClassFactory.
 
 /**
  * @expose
- * @this {org.apache.flex.core.ItemRendererClassFactory}
  * @param {object} parent The display parent of the new item renderer.
  * @return {object} The new item renderer.
  */
@@ -57,7 +55,6 @@ org.apache.flex.core.ItemRendererClassFactory.
 
 /**
  * @expose
- * @this {org.apache.flex.core.ItemRendererClassFactory}
  * @param {object} parent The parent of the new item renderer.
  * @return {object} The new item renderer.
  */

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/058b50ee/frameworks/js/FlexJS/src/org/apache/flex/core/ListBase.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/ListBase.js b/frameworks/js/FlexJS/src/org/apache/flex/core/ListBase.js
index 6659176..f2d5dae 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/core/ListBase.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/core/ListBase.js
@@ -44,7 +44,6 @@ goog.inherits(org.apache.flex.core.ListBase,
 
 /**
  * @override
- * @this {org.apache.flex.core.ListBase}
  */
 org.apache.flex.core.ListBase.prototype.createElement = function() {
   //  this.element = document.createElement('select');
@@ -61,7 +60,6 @@ org.apache.flex.core.ListBase.prototype.createElement = function() {
 
 /**
  * @expose
- * @this {org.apache.flex.core.ListBase}
  * @return {Array.<Object>} The collection of data.
  */
 org.apache.flex.core.ListBase.prototype.get_dataProvider =
@@ -72,7 +70,6 @@ org.apache.flex.core.ListBase.prototype.get_dataProvider =
 
 /**
  * @expose
- * @this {org.apache.flex.core.ListBase}
  * @param {Array.<Object>} value The text setter.
  */
 org.apache.flex.core.ListBase.prototype.set_dataProvider =
@@ -83,7 +80,6 @@ org.apache.flex.core.ListBase.prototype.set_dataProvider =
 
 /**
  * @expose
- * @this {org.apache.flex.core.ListBase}
  * @return {number} The selected index.
  */
 org.apache.flex.core.ListBase.prototype.get_selectedIndex =
@@ -94,7 +90,6 @@ org.apache.flex.core.ListBase.prototype.get_selectedIndex =
 
 /**
  * @expose
- * @this {org.apache.flex.core.ListBase}
  * @param {number} value The selected index.
  */
 org.apache.flex.core.ListBase.prototype.set_selectedIndex =
@@ -105,7 +100,6 @@ org.apache.flex.core.ListBase.prototype.set_selectedIndex =
 
 /**
  * @expose
- * @this {org.apache.flex.core.ListBase}
  * @return {Object} The selected item.
  */
 org.apache.flex.core.ListBase.prototype.get_selectedItem =
@@ -116,7 +110,6 @@ org.apache.flex.core.ListBase.prototype.get_selectedItem =
 
 /**
  * @expose
- * @this {org.apache.flex.core.ListBase}
  * @param {Object} value The selected item.
  */
 org.apache.flex.core.ListBase.prototype.set_selectedItem =
@@ -127,7 +120,6 @@ org.apache.flex.core.ListBase.prototype.set_selectedItem =
 
 /**
  * @protected
- * @this {org.apache.flex.core.ListBase}
  */
 org.apache.flex.core.ListBase.prototype.changeHandler =
     function() {

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/058b50ee/frameworks/js/FlexJS/src/org/apache/flex/core/SimpleCSSValuesImpl.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/SimpleCSSValuesImpl.js b/frameworks/js/FlexJS/src/org/apache/flex/core/SimpleCSSValuesImpl.js
index f152805..b6629f0 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/core/SimpleCSSValuesImpl.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/core/SimpleCSSValuesImpl.js
@@ -24,7 +24,6 @@ org.apache.flex.core.SimpleCSSValuesImpl = function() {
 
 
 /**
- * @this {org.apache.flex.core.SimpleCSSValuesImpl}
  * @param {Object} thisObject The object to fetch a value for.
  * @param {String} valueName The name of the value to fetch.
  * @param {String} state The psuedo-state if any for.
@@ -113,7 +112,6 @@ org.apache.flex.core.SimpleCSSValuesImpl.prototype.getValue =
 
 
 /**
- * @this {org.apache.flex.core.SimpleCSSValuesImpl}
  * @param {Object} thisObject The object to get a name for.
  * @return {string} The CSS selector name or null.
  */
@@ -137,7 +135,6 @@ org.apache.flex.core.SimpleCSSValuesImpl.prototype.getQualifiedClassName =
 
 
 /**
- * @this {org.apache.flex.core.SimpleCSSValuesImpl}
  * @param {Object} mainclass The main class for the application.
  */
 org.apache.flex.core.SimpleCSSValuesImpl.prototype.init = function(mainclass) {

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/058b50ee/frameworks/js/FlexJS/src/org/apache/flex/core/SimpleStatesImpl.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/SimpleStatesImpl.js b/frameworks/js/FlexJS/src/org/apache/flex/core/SimpleStatesImpl.js
index 6b3cea5..e71bc8f 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/core/SimpleStatesImpl.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/core/SimpleStatesImpl.js
@@ -36,7 +36,6 @@ goog.inherits(org.apache.flex.core.SimpleStatesImpl,
 
 /**
  * @expose
- * @this {org.apache.flex.core.SimpleStatesImpl}
  * @param {Object} value The new host.
  */
 org.apache.flex.core.SimpleStatesImpl.prototype.set_strand =
@@ -51,7 +50,6 @@ org.apache.flex.core.SimpleStatesImpl.prototype.set_strand =
 
 /**
  * @protected
- * @this {org.apache.flex.core.SimpleStatesImpl}
  * @param {Object} event The event.
  */
 org.apache.flex.core.SimpleStatesImpl.prototype.stateChangeHandler =
@@ -82,7 +80,6 @@ org.apache.flex.core.SimpleStatesImpl.prototype.stateChangeHandler =
 
 /**
  * @protected
- * @this {org.apache.flex.core.SimpleStatesImpl}
  * @param {Object} s The State to revert.
  */
 org.apache.flex.core.SimpleStatesImpl.prototype.revert = function(s) {
@@ -124,7 +121,6 @@ org.apache.flex.core.SimpleStatesImpl.prototype.revert = function(s) {
 
 /**
  * @protected
- * @this {org.apache.flex.core.SimpleStatesImpl}
  * @param {Object} s The State to apply.
  */
 org.apache.flex.core.SimpleStatesImpl.prototype.applyState = function(s) {

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/058b50ee/frameworks/js/FlexJS/src/org/apache/flex/core/UIBase.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/UIBase.js b/frameworks/js/FlexJS/src/org/apache/flex/core/UIBase.js
index 016a0b2..87f3c0e 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/core/UIBase.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/core/UIBase.js
@@ -49,7 +49,6 @@ goog.inherits(org.apache.flex.core.UIBase,
 
 
 /**
- * @this {org.apache.flex.core.UIBase}
  * @return {Object} The array of children.
  */
 org.apache.flex.core.UIBase.prototype.internalChildren =
@@ -60,7 +59,6 @@ org.apache.flex.core.UIBase.prototype.internalChildren =
 
 /**
  * @protected
- * @this {org.apache.flex.core.UIBase}
  * @return {Object} The actual element to be parented.
  */
 org.apache.flex.core.UIBase.prototype.createElement = function() {
@@ -72,7 +70,6 @@ org.apache.flex.core.UIBase.prototype.createElement = function() {
 
 
 /**
- * @this {org.apache.flex.core.UIBase}
  * @param {Object} c The child element.
  */
 org.apache.flex.core.UIBase.prototype.addElement = function(c) {
@@ -82,7 +79,6 @@ org.apache.flex.core.UIBase.prototype.addElement = function(c) {
 
 
 /**
- * @this {org.apache.flex.core.UIBase}
  * @param {Object} c The child element.
  * @param {number} index The index.
  */
@@ -100,7 +96,6 @@ org.apache.flex.core.UIBase.prototype.addElementAt = function(c, index) {
 
 
 /**
- * @this {org.apache.flex.core.UIBase}
  * @param {Object} c The child element.
  * @return {number} The index in parent.
  */
@@ -117,7 +112,6 @@ org.apache.flex.core.UIBase.prototype.getElementIndex = function(c) {
 
 
 /**
- * @this {org.apache.flex.core.UIBase}
  * @param {Object} c The child element.
  */
 org.apache.flex.core.UIBase.prototype.removeElement = function(c) {
@@ -126,7 +120,6 @@ org.apache.flex.core.UIBase.prototype.removeElement = function(c) {
 
 
 /**
- * @this {org.apache.flex.core.UIBase}
  */
 org.apache.flex.core.UIBase.prototype.addedToParent = function() {
 
@@ -179,7 +172,6 @@ org.apache.flex.core.UIBase.prototype.addedToParent = function() {
 
 
 /**
- * @this {org.apache.flex.core.UIBase}
  * @param {Object} bead The bead to be added.
  */
 org.apache.flex.core.UIBase.prototype.addBead = function(bead) {
@@ -200,7 +192,6 @@ org.apache.flex.core.UIBase.prototype.addBead = function(bead) {
 
 
 /**
- * @this {org.apache.flex.core.UIBase}
  * @param {Class} classOrInterface A type or interface.
  * @return {Object} The bead of the given type or null.
  */
@@ -220,7 +211,6 @@ org.apache.flex.core.UIBase.prototype.getBeadByType =
 
 
 /**
- * @this {org.apache.flex.core.UIBase}
  * @param {Object} value The bead to be removed.
  * @return {Object} The bead that was removed.
  */
@@ -240,7 +230,6 @@ org.apache.flex.core.UIBase.prototype.removeBead =
 
 /**
  * @expose
- * @this {org.apache.flex.core.UIBase}
  * @param {number} pixels The pixel count from the left edge.
  */
 org.apache.flex.core.UIBase.prototype.set_x = function(pixels) {
@@ -251,7 +240,6 @@ org.apache.flex.core.UIBase.prototype.set_x = function(pixels) {
 
 /**
  * @expose
- * @this {org.apache.flex.core.UIBase}
  * @param {number} pixels The pixel count from the top edge.
  */
 org.apache.flex.core.UIBase.prototype.set_y = function(pixels) {
@@ -262,7 +250,6 @@ org.apache.flex.core.UIBase.prototype.set_y = function(pixels) {
 
 /**
  * @expose
- * @this {org.apache.flex.core.UIBase}
  * @param {number} pixels The pixel count from the left edge.
  */
 org.apache.flex.core.UIBase.prototype.set_width = function(pixels) {
@@ -272,7 +259,6 @@ org.apache.flex.core.UIBase.prototype.set_width = function(pixels) {
 
 /**
  * @expose
- * @this {org.apache.flex.core.UIBase}
  * @return {number} The width of the object in pixels.
  */
 org.apache.flex.core.UIBase.prototype.get_width = function() {
@@ -284,7 +270,6 @@ org.apache.flex.core.UIBase.prototype.get_width = function() {
 
 /**
  * @expose
- * @this {org.apache.flex.core.UIBase}
  * @param {number} pixels The pixel count from the top edge.
  */
 org.apache.flex.core.UIBase.prototype.set_height = function(pixels) {
@@ -294,7 +279,6 @@ org.apache.flex.core.UIBase.prototype.set_height = function(pixels) {
 
 /**
  * @expose
- * @this {org.apache.flex.core.UIBase}
  * @return {number} The height of the object in pixels.
  */
 org.apache.flex.core.UIBase.prototype.get_height = function() {
@@ -313,7 +297,6 @@ org.apache.flex.core.UIBase.prototype.id = null;
 
 /**
  * @expose
- * @this {org.apache.flex.core.UIBase}
  * @return {string} The id.
  */
 org.apache.flex.core.UIBase.prototype.get_id = function() {
@@ -323,7 +306,6 @@ org.apache.flex.core.UIBase.prototype.get_id = function() {
 
 /**
  * @expose
- * @this {org.apache.flex.core.UIBase}
  * @param {Object} value The new id.
  */
 org.apache.flex.core.UIBase.prototype.set_id = function(value) {
@@ -344,7 +326,6 @@ org.apache.flex.core.UIBase.prototype.className = null;
 
 /**
  * @expose
- * @this {org.apache.flex.core.UIBase}
  * @return {string} The className.
  */
 org.apache.flex.core.UIBase.prototype.get_className = function() {
@@ -354,7 +335,6 @@ org.apache.flex.core.UIBase.prototype.get_className = function() {
 
 /**
  * @expose
- * @this {org.apache.flex.core.UIBase}
  * @param {object} value The new className.
  */
 org.apache.flex.core.UIBase.prototype.set_className = function(value) {
@@ -376,7 +356,6 @@ org.apache.flex.core.UIBase.prototype.model = null;
 
 /**
  * @expose
- * @this {org.apache.flex.core.UIBase}
  * @return {Object} The model.
  */
 org.apache.flex.core.UIBase.prototype.get_model = function() {
@@ -394,7 +373,6 @@ org.apache.flex.core.UIBase.prototype.get_model = function() {
 
 /**
  * @expose
- * @this {org.apache.flex.core.UIBase}
  * @param {Object} value The new model.
  */
 org.apache.flex.core.UIBase.prototype.set_model = function(value) {
@@ -407,7 +385,6 @@ org.apache.flex.core.UIBase.prototype.set_model = function(value) {
 
 /**
  * @expose
- * @this {org.apache.flex.core.UIBase}
  * @return {object} True if visible.
  */
 org.apache.flex.core.UIBase.prototype.get_visible = function() {
@@ -417,7 +394,6 @@ org.apache.flex.core.UIBase.prototype.get_visible = function() {
 
 /**
  * @expose
- * @this {org.apache.flex.core.UIBase}
  * @param {object} value The new model.
  */
 org.apache.flex.core.UIBase.prototype.set_visible = function(value) {

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/058b50ee/frameworks/js/FlexJS/src/org/apache/flex/core/ViewBase.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/ViewBase.js b/frameworks/js/FlexJS/src/org/apache/flex/core/ViewBase.js
index dbbe14b..3a74eca 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/core/ViewBase.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/core/ViewBase.js
@@ -73,7 +73,6 @@ org.apache.flex.core.ViewBase.prototype.MXMLDescriptor = null;
 
 
 /**
- * @this {org.apache.flex.core.ViewBase}
  */
 org.apache.flex.core.ViewBase.prototype.addedToParent = function() {
 
@@ -91,7 +90,6 @@ org.apache.flex.core.ViewBase.prototype.addedToParent = function() {
 
 /**
  * @expose
- * @this {org.apache.flex.core.ViewBase}
  * @return {Object} The application model.
  */
 org.apache.flex.core.ViewBase.prototype.get_applicationModel = function() {
@@ -101,7 +99,6 @@ org.apache.flex.core.ViewBase.prototype.get_applicationModel = function() {
 
 /**
  * @expose
- * @this {org.apache.flex.core.ViewBase}
  * @return {Array} The array of State objects.
  */
 org.apache.flex.core.ViewBase.prototype.get_states = function() {
@@ -111,7 +108,6 @@ org.apache.flex.core.ViewBase.prototype.get_states = function() {
 
 /**
  * @expose
- * @this {org.apache.flex.core.ViewBase}
  * @param {Array} value The array of State objects.
  */
 org.apache.flex.core.ViewBase.prototype.set_states = function(value) {
@@ -126,7 +122,6 @@ org.apache.flex.core.ViewBase.prototype.set_states = function(value) {
 
 /**
  * @expose
- * @this {org.apache.flex.core.ViewBase}
  * @param {string} state The name of the state.
  * @return {boolean} True if state in states array.
  */
@@ -143,7 +138,6 @@ org.apache.flex.core.ViewBase.prototype.hasState = function(state) {
 
 /**
  * @expose
- * @this {org.apache.flex.core.ViewBase}
  * @return {string} The name of the current state.
  */
 org.apache.flex.core.ViewBase.prototype.get_currentState = function() {
@@ -153,7 +147,6 @@ org.apache.flex.core.ViewBase.prototype.get_currentState = function() {
 
 /**
  * @expose
- * @this {org.apache.flex.core.ViewBase}
  * @param {string} value The name of the current state.
  */
 org.apache.flex.core.ViewBase.prototype.set_currentState = function(value) {
@@ -166,7 +159,6 @@ org.apache.flex.core.ViewBase.prototype.set_currentState = function(value) {
 
 /**
  * @expose
- * @this {org.apache.flex.core.ViewBase}
  * @return {Array} The array of transitions.
  */
 org.apache.flex.core.ViewBase.prototype.get_transitions = function() {
@@ -176,7 +168,6 @@ org.apache.flex.core.ViewBase.prototype.get_transitions = function() {
 
 /**
  * @expose
- * @this {org.apache.flex.core.ViewBase}
  * @param {Array} value The array of transitions.
  */
 org.apache.flex.core.ViewBase.prototype.set_transitions = function(value) {

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/058b50ee/frameworks/js/FlexJS/src/org/apache/flex/core/ViewBaseDataBinding.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/ViewBaseDataBinding.js b/frameworks/js/FlexJS/src/org/apache/flex/core/ViewBaseDataBinding.js
index a2a95c7..8654bad 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/core/ViewBaseDataBinding.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/core/ViewBaseDataBinding.js
@@ -44,7 +44,6 @@ org.apache.flex.core.ViewBaseDataBinding = function() {
 
 /**
  * @expose
- * @this {org.apache.flex.core.ViewBaseDataBinding}
  * @param {Object} value The new host.
  */
 org.apache.flex.core.ViewBaseDataBinding.prototype.set_strand =
@@ -59,7 +58,6 @@ org.apache.flex.core.ViewBaseDataBinding.prototype.set_strand =
 
 /**
  * @protected
- * @this {org.apache.flex.core.ViewBaseDataBinding}
  * @param {Object} event The event.
  */
 org.apache.flex.core.ViewBaseDataBinding.prototype.initCompleteHandler =
@@ -197,7 +195,6 @@ org.apache.flex.core.ViewBaseDataBinding.prototype.initCompleteHandler =
 
 /**
  * @protected
- * @this {org.apache.flex.core.ViewBaseDataBinding}
  * @param {Object} binding The binding object.
  * @param {number} index The offset in the Binding database.
  * @param {Object} watchers The database of Watchers.
@@ -215,7 +212,6 @@ org.apache.flex.core.ViewBaseDataBinding.prototype.makeGenericBinding =
 
 /**
  * @protected
- * @this {org.apache.flex.core.ViewBaseDataBinding}
  * @param {Object} gb The generic binding object.
  * @param {number} index The offset in the Binding database.
  * @param {Object} watchers The array of Watchers.
@@ -264,7 +260,6 @@ org.apache.flex.core.ViewBaseDataBinding.prototype.setupWatchers =
 
 /**
  * @protected
- * @this {org.apache.flex.core.ViewBaseDataBinding}
  * @param {Object} bindingData The watcher data to decode.
  * @return {Object} The watcher tree structure.
  */
@@ -335,7 +330,6 @@ org.apache.flex.core.ViewBaseDataBinding.prototype.decodeWatcher =
 
 /**
  * @protected
- * @this {org.apache.flex.core.ViewBaseDataBinding}
  * @param {Object} event The event.
  */
 org.apache.flex.core.ViewBaseDataBinding.prototype.deferredBindingsHandler =

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/058b50ee/frameworks/js/FlexJS/src/org/apache/flex/createjs/Application.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/createjs/Application.js b/frameworks/js/FlexJS/src/org/apache/flex/createjs/Application.js
index 698c6a9..df651ed 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/createjs/Application.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/createjs/Application.js
@@ -81,7 +81,6 @@ org.apache.flex.createjs.Application.prototype.valuesImpl = null;
 
 /**
  * @expose
- * @this {org.apache.flex.createjs.Application}
  */
 org.apache.flex.createjs.Application.prototype.start = function() {
   var body;
@@ -112,7 +111,6 @@ org.apache.flex.createjs.Application.prototype.start = function() {
 
 
 /**
- * @this {org.apache.flex.createjs.core.Application}
  * @param {Object} c The child element.
  */
 org.apache.flex.createjs.core.Application.prototype.addElement =

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/058b50ee/frameworks/js/FlexJS/src/org/apache/flex/createjs/core/UIBase.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/createjs/core/UIBase.js b/frameworks/js/FlexJS/src/org/apache/flex/createjs/core/UIBase.js
index 413f071..e05f9c4 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/createjs/core/UIBase.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/createjs/core/UIBase.js
@@ -38,7 +38,6 @@ goog.inherits(org.apache.flex.createjs.core.UIBase,
 
 
 /**
- * @this {org.apache.flex.createjs.core.UIBase}
  * @param {Object} c The child element.
  */
 org.apache.flex.createjs.core.UIBase.prototype.addElement =
@@ -48,7 +47,6 @@ org.apache.flex.createjs.core.UIBase.prototype.addElement =
 
 
 /**
- * @this {org.apache.flex.createjs.core.UIBase}
  */
 org.apache.flex.createjs.core.UIBase.prototype.createElement =
     function() {
@@ -60,7 +58,6 @@ org.apache.flex.createjs.core.UIBase.prototype.createElement =
 
 /**
  * @expose
- * @this {org.apache.flex.createjs.core.UIBase}
  * @param {number} pixels The pixel count from the left edge.
  */
 org.apache.flex.createjs.core.UIBase.prototype.set_x = function(pixels) {
@@ -71,7 +68,6 @@ org.apache.flex.createjs.core.UIBase.prototype.set_x = function(pixels) {
 
 /**
  * @expose
- * @this {org.apache.flex.createjs.core.UIBase}
  * @param {number} pixels The pixel count from the top edge.
  */
 org.apache.flex.createjs.core.UIBase.prototype.set_y = function(pixels) {
@@ -82,7 +78,6 @@ org.apache.flex.createjs.core.UIBase.prototype.set_y = function(pixels) {
 
 /**
  * @expose
- * @this {org.apache.flex.createjs.core.UIBase}
  * @param {number} pixels The pixel count from the left edge.
  */
 org.apache.flex.createjs.core.UIBase.prototype.set_width = function(pixels) {
@@ -93,7 +88,6 @@ org.apache.flex.createjs.core.UIBase.prototype.set_width = function(pixels) {
 
 /**
  * @expose
- * @this {org.apache.flex.createjs.core.UIBase}
  * @param {number} pixels The pixel count from the top edge.
  */
 org.apache.flex.createjs.core.UIBase.prototype.set_height = function(pixels) {
@@ -111,7 +105,6 @@ org.apache.flex.createjs.core.UIBase.prototype.id = null;
 
 /**
  * @expose
- * @this {org.apache.flex.createjs.core.UIBase}
  * @return {string} The id.
  */
 org.apache.flex.createjs.core.UIBase.prototype.get_id = function() {
@@ -121,7 +114,6 @@ org.apache.flex.createjs.core.UIBase.prototype.get_id = function() {
 
 /**
  * @expose
- * @this {org.apache.flex.createjs.core.UIBase}
  * @param {object} value The new id.
  */
 org.apache.flex.createjs.core.UIBase.prototype.set_id = function(value) {
@@ -143,7 +135,6 @@ org.apache.flex.createjs.core.UIBase.prototype.model = null;
 
 /**
  * @expose
- * @this {org.apache.flex.createjs.core.UIBase}
  * @return {object} The model.
  */
 org.apache.flex.createjs.core.UIBase.prototype.get_model = function() {
@@ -153,7 +144,6 @@ org.apache.flex.createjs.core.UIBase.prototype.get_model = function() {
 
 /**
  * @expose
- * @this {org.apache.flex.createjs.core.UIBase}
  * @param {object} value The new model.
  */
 org.apache.flex.createjs.core.UIBase.prototype.set_model = function(value) {

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/058b50ee/frameworks/js/FlexJS/src/org/apache/flex/createjs/core/ViewBase.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/createjs/core/ViewBase.js b/frameworks/js/FlexJS/src/org/apache/flex/createjs/core/ViewBase.js
index 92cff67..c873371 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/createjs/core/ViewBase.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/createjs/core/ViewBase.js
@@ -71,7 +71,6 @@ org.apache.flex.createjs.core.ViewBase.prototype.MXMLDescriptor = null;
 
 
 /**
- * @this {org.apache.flex.createjs.core.ViewBase}
  * @param {Object} model The model for this view.
  */
 org.apache.flex.createjs.core.ViewBase.prototype.initUI = function(model) {

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/058b50ee/frameworks/js/FlexJS/src/org/apache/flex/createjs/staticControls/CheckBox.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/createjs/staticControls/CheckBox.js b/frameworks/js/FlexJS/src/org/apache/flex/createjs/staticControls/CheckBox.js
index 396ab01..7bb0b5d 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/createjs/staticControls/CheckBox.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/createjs/staticControls/CheckBox.js
@@ -53,7 +53,6 @@ org.apache.flex.createjs.staticControls.CheckBox.prototype.checkBoxLabel = null;
 
 /**
  * @override
- * @this {org.apache.flex.createjs.staticControls.CheckBox}
  */
 org.apache.flex.createjs.staticControls.CheckBox.prototype.createElement =
     function() {
@@ -96,7 +95,6 @@ org.apache.flex.createjs.staticControls.CheckBox.prototype.createElement =
 
 /**
  * @expose
- * @this {org.apache.flex.createjs.staticControls.CheckBox}
  * @return {string} The text getter.
  */
 org.apache.flex.createjs.staticControls.CheckBox.prototype.get_text =
@@ -107,7 +105,6 @@ org.apache.flex.createjs.staticControls.CheckBox.prototype.get_text =
 
 /**
  * @expose
- * @this {org.apache.flex.createjs.staticControls.CheckBox}
  * @param {string} value The text setter.
  */
 org.apache.flex.createjs.staticControls.CheckBox.prototype.set_text =
@@ -118,7 +115,6 @@ org.apache.flex.createjs.staticControls.CheckBox.prototype.set_text =
 
 /**
  * @expose
- * @this {org.apache.flex.createjs.staticControls.CheckBox}
  * @return {bool} The selected getter.
  */
 org.apache.flex.createjs.staticControls.CheckBox.prototype.get_selected =
@@ -129,7 +125,6 @@ org.apache.flex.createjs.staticControls.CheckBox.prototype.get_selected =
 
 /**
  * @expose
- * @this {org.apache.flex.createjs.staticControls.CheckBox}
  * @param {bool} value The selected setter.
  */
 org.apache.flex.createjs.staticControls.CheckBox.prototype.set_selected =
@@ -141,7 +136,6 @@ org.apache.flex.createjs.staticControls.CheckBox.prototype.set_selected =
 
 /**
  * @expose
- * @this {org.apache.flex.createjs.staticControls.CheckBox}
  * @param {string|Object|goog.events.Event} event The event.
  */
 org.apache.flex.createjs.staticControls.CheckBox.prototype.clickHandler =

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/058b50ee/frameworks/js/FlexJS/src/org/apache/flex/createjs/staticControls/Label.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/createjs/staticControls/Label.js b/frameworks/js/FlexJS/src/org/apache/flex/createjs/staticControls/Label.js
index 5a358f7..c6b5243 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/createjs/staticControls/Label.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/createjs/staticControls/Label.js
@@ -31,7 +31,6 @@ goog.inherits(org.apache.flex.createjs.staticControls.Label,
 
 /**
  * @override
- * @this {org.apache.flex.createjs.staticControls.Label}
  */
 org.apache.flex.createjs.staticControls.Label.prototype.createElement =
     function(p) {
@@ -50,7 +49,6 @@ org.apache.flex.createjs.staticControls.Label.prototype.createElement =
 
 /**
  * @expose
- * @this {org.apache.flex.createjs.staticControls.Label}
  * @return {string} The text getter.
  */
 org.apache.flex.createjs.staticControls.Label.prototype.get_text = function() {
@@ -60,7 +58,6 @@ org.apache.flex.createjs.staticControls.Label.prototype.get_text = function() {
 
 /**
  * @expose
- * @this {org.apache.flex.createjs.staticControls.Label}
  * @param {string} value The text setter.
  */
 org.apache.flex.createjs.staticControls.Label.prototype.set_text =

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/058b50ee/frameworks/js/FlexJS/src/org/apache/flex/createjs/staticControls/TextButton.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/createjs/staticControls/TextButton.js b/frameworks/js/FlexJS/src/org/apache/flex/createjs/staticControls/TextButton.js
index 6960957..147b6f9 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/createjs/staticControls/TextButton.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/createjs/staticControls/TextButton.js
@@ -46,7 +46,6 @@ org.apache.flex.createjs.staticControls.TextButton.prototype.buttonBackground =
 
 /**
  * @override
- * @this {org.apache.flex.createjs.staticControls.TextButton}
  */
 org.apache.flex.createjs.staticControls.TextButton.prototype.createElement =
     function(p) {
@@ -78,7 +77,6 @@ org.apache.flex.createjs.staticControls.TextButton.prototype.createElement =
 
 /**
  * @expose
- * @this {org.apache.flex.createjs.staticControls.TextButton}
  * @return {string} The text getter.
  */
 org.apache.flex.createjs.staticControls.TextButton.prototype.get_text =
@@ -89,7 +87,6 @@ org.apache.flex.createjs.staticControls.TextButton.prototype.get_text =
 
 /**
  * @expose
- * @this {org.apache.flex.createjs.staticControls.TextButton}
  * @param {string} value The text setter.
  */
 org.apache.flex.createjs.staticControls.TextButton.prototype.set_text =

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/058b50ee/frameworks/js/FlexJS/src/org/apache/flex/events/CustomEvent.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/events/CustomEvent.js b/frameworks/js/FlexJS/src/org/apache/flex/events/CustomEvent.js
index 4395395..6d507d1 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/events/CustomEvent.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/events/CustomEvent.js
@@ -34,7 +34,6 @@ goog.inherits(org.apache.flex.events.CustomEvent,
 
 /**
  * @expose
- * @this {org.apache.flex.events.CustomEvent}
  * @param {string} type The event type.
  */
 org.apache.flex.events.CustomEvent.prototype.init = function(type) {

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/058b50ee/frameworks/js/FlexJS/src/org/apache/flex/events/Event.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/events/Event.js b/frameworks/js/FlexJS/src/org/apache/flex/events/Event.js
index d5ac5ad..e5d9613 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/events/Event.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/events/Event.js
@@ -34,7 +34,6 @@ goog.inherits(org.apache.flex.events.Event,
 
 /**
  * @expose
- * @this {org.apache.flex.events.Event}
  * @param {string} type The event type.
  */
 org.apache.flex.events.Event.prototype.init = function(type) {
@@ -44,7 +43,6 @@ org.apache.flex.events.Event.prototype.init = function(type) {
 
 /**
  * @expose
- * @this {org.apache.flex.events.Event}
  * @return {Object} The event target.
  */
 org.apache.flex.events.Event.prototype.get_target = function() {

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/058b50ee/frameworks/js/FlexJS/src/org/apache/flex/events/EventDispatcher.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/events/EventDispatcher.js b/frameworks/js/FlexJS/src/org/apache/flex/events/EventDispatcher.js
index f9d1aef..4638904 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/events/EventDispatcher.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/events/EventDispatcher.js
@@ -33,7 +33,6 @@ goog.inherits(org.apache.flex.events.EventDispatcher,
 /**
  * @override
  * @expose
- * @this {org.apache.flex.events.EventDispatcher}
  * @param {string} type The event type.
  * @param {function(?): ?} fn The event handler.
  */

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/058b50ee/frameworks/js/FlexJS/src/org/apache/flex/events/ValueChangeEvent.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/events/ValueChangeEvent.js b/frameworks/js/FlexJS/src/org/apache/flex/events/ValueChangeEvent.js
index 9d9695d..ddfcd11 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/events/ValueChangeEvent.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/events/ValueChangeEvent.js
@@ -38,7 +38,6 @@ goog.inherits(org.apache.flex.events.ValueChangeEvent,
 
 /**
  * @expose
- * @this {org.apache.flex.events.ValueChangeEvent}
  * @param {string} type The event type.
  */
 org.apache.flex.events.ValueChangeEvent.prototype.init = function(type) {

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/058b50ee/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/Alert.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/Alert.js b/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/Alert.js
index b549500..15b4c8b 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/Alert.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/Alert.js
@@ -59,7 +59,6 @@ org.apache.flex.html.staticControls.Alert.CANCEL = 0x000008;
 
 /**
  * @override
- * @this {org.apache.flex.html.staticControls.Alert}
  */
 org.apache.flex.html.staticControls.Alert.prototype.createElement =
     function() {
@@ -84,7 +83,6 @@ org.apache.flex.html.staticControls.Alert.prototype.createElement =
 
 
 /**
- * @this {org.apache.flex.html.staticControls.Alert}
  * @param {string} message The message to be displayed.
  * @param {Object} host The object to display the alert.
  * @param {string} title The message to be displayed in the title bar.
@@ -107,7 +105,6 @@ org.apache.flex.html.staticControls.Alert.show =
 
 
 /**
- * @this {org.apache.flex.html.staticControls.Alert}
  * @return {string} The message to be displayed in the title bar.
  */
 org.apache.flex.html.staticControls.Alert.prototype.get_title = function()
@@ -117,7 +114,6 @@ org.apache.flex.html.staticControls.Alert.prototype.get_title = function()
 
 
 /**
- * @this {org.apache.flex.html.staticControls.Alert}
  * @param {string} value The message to be displayed in the title bar.
  */
 org.apache.flex.html.staticControls.Alert.prototype.set_title =
@@ -128,7 +124,6 @@ org.apache.flex.html.staticControls.Alert.prototype.set_title =
 
 
 /**
- * @this {org.apache.flex.html.staticControls.Alert}
  * @return {string} The message to be displayed.
  */
 org.apache.flex.html.staticControls.Alert.prototype.get_text = function()
@@ -138,7 +133,6 @@ org.apache.flex.html.staticControls.Alert.prototype.get_text = function()
 
 
 /**
- * @this {org.apache.flex.html.staticControls.Alert}
  * @param {string} value The message to be displayed.
  */
 org.apache.flex.html.staticControls.Alert.prototype.set_text =
@@ -149,7 +143,6 @@ org.apache.flex.html.staticControls.Alert.prototype.set_text =
 
 
 /**
- * @this {org.apache.flex.html.staticControls.Alert}
  * @return {number} The button options.
  */
 org.apache.flex.html.staticControls.Alert.prototype.get_flags = function()
@@ -159,7 +152,6 @@ org.apache.flex.html.staticControls.Alert.prototype.get_flags = function()
 
 
 /**
- * @this {org.apache.flex.html.staticControls.Alert}
  * @param {number} value The button options.
  */
 org.apache.flex.html.staticControls.Alert.prototype.set_flags =
@@ -200,7 +192,6 @@ org.apache.flex.html.staticControls.Alert.prototype.set_flags =
 
 
 /**
- * @this {org.apache.flex.html.staticControls.Alert}
  * @param {Object} event The event object.
  */
 org.apache.flex.html.staticControls.Alert.prototype.dismissAlert =

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/058b50ee/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/Button.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/Button.js b/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/Button.js
index 1520fc4..209ef52 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/Button.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/Button.js
@@ -31,7 +31,6 @@ goog.inherits(org.apache.flex.html.staticControls.Button,
 
 /**
  * @override
- * @this {org.apache.flex.html.staticControls.Button}
  */
 org.apache.flex.html.staticControls.Button.prototype.createElement =
     function() {

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/058b50ee/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/ButtonBar.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/ButtonBar.js b/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/ButtonBar.js
index 2f3c96f..393eec9 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/ButtonBar.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/ButtonBar.js
@@ -57,7 +57,6 @@ goog.inherits(org.apache.flex.html.staticControls.ButtonBar,
 
 /**
  * @override
- * @this {org.apache.flex.html.staticControls.List}
  */
 org.apache.flex.html.staticControls.ButtonBar.prototype.createElement =
     function() {

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/058b50ee/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/CheckBox.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/CheckBox.js b/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/CheckBox.js
index a979d74..95e5b6e 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/CheckBox.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/CheckBox.js
@@ -31,7 +31,6 @@ goog.inherits(org.apache.flex.html.staticControls.CheckBox,
 
 /**
  * @override
- * @this {org.apache.flex.html.staticControls.CheckBox}
  */
 org.apache.flex.html.staticControls.CheckBox.prototype.createElement =
     function(p) {
@@ -51,7 +50,6 @@ org.apache.flex.html.staticControls.CheckBox.prototype.createElement =
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.CheckBox}
  * @return {string} The text getter.
  */
 org.apache.flex.html.staticControls.CheckBox.prototype.get_text = function() {
@@ -61,7 +59,6 @@ org.apache.flex.html.staticControls.CheckBox.prototype.get_text = function() {
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.CheckBox}
  * @param {string} value The text setter.
  */
 org.apache.flex.html.staticControls.CheckBox.prototype.set_text =
@@ -72,7 +69,6 @@ org.apache.flex.html.staticControls.CheckBox.prototype.set_text =
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.CheckBox}
  * @return {bool} The selected getter.
  */
 org.apache.flex.html.staticControls.CheckBox.prototype.get_selected =
@@ -83,7 +79,6 @@ org.apache.flex.html.staticControls.CheckBox.prototype.get_selected =
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.CheckBox}
  * @param {bool} value The selected setter.
  */
 org.apache.flex.html.staticControls.CheckBox.prototype.set_selected =

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/058b50ee/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/ComboBox.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/ComboBox.js b/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/ComboBox.js
index f8ac45c..f4d61a1 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/ComboBox.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/ComboBox.js
@@ -31,7 +31,6 @@ goog.inherits(org.apache.flex.html.staticControls.ComboBox,
 
 /**
  * @override
- * @this {org.apache.flex.html.staticControls.ComboBox}
  */
 org.apache.flex.html.staticControls.ComboBox.prototype.createElement =
     function() {
@@ -71,7 +70,6 @@ org.apache.flex.html.staticControls.ComboBox.prototype.createElement =
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.ComboBox}
  * @param {string} event The event.
  */
 org.apache.flex.html.staticControls.ComboBox.prototype.selectChanged =
@@ -91,7 +89,6 @@ org.apache.flex.html.staticControls.ComboBox.prototype.selectChanged =
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.ComboBox}
  * @param {string} event The event.
  */
 org.apache.flex.html.staticControls.ComboBox.prototype.dismissPopup =
@@ -106,7 +103,6 @@ org.apache.flex.html.staticControls.ComboBox.prototype.dismissPopup =
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.ComboBox}
  * @param {string} event The event.
  */
 org.apache.flex.html.staticControls.ComboBox.prototype.buttonClicked =
@@ -171,7 +167,6 @@ org.apache.flex.html.staticControls.ComboBox.prototype.buttonClicked =
 /**
  * @override
  * @expose
- * @this {org.apache.flex.html.staticControls.ComboBox}
  * @param {Array.<Object>} value The collection of data.
  */
 org.apache.flex.html.staticControls.ComboBox.prototype.set_dataProvider =
@@ -182,7 +177,6 @@ org.apache.flex.html.staticControls.ComboBox.prototype.set_dataProvider =
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.ComboBox}
  * @return {string} The text getter.
  */
 org.apache.flex.html.staticControls.ComboBox.prototype.get_text = function() {
@@ -192,7 +186,6 @@ org.apache.flex.html.staticControls.ComboBox.prototype.get_text = function() {
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.ComboBox}
  * @param {string} value The text setter.
  */
 org.apache.flex.html.staticControls.ComboBox.prototype.set_text =

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/058b50ee/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/Container.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/Container.js b/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/Container.js
index a356bf5..9b7378a 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/Container.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/Container.js
@@ -31,7 +31,6 @@ goog.inherits(org.apache.flex.html.staticControls.Container,
 
 /**
  * @override
- * @this {org.apache.flex.html.staticControls.Container}
  */
 org.apache.flex.html.staticControls.Container.prototype.createElement =
     function(p) {
@@ -46,7 +45,6 @@ org.apache.flex.html.staticControls.Container.prototype.createElement =
 
 /**
  * @override
- * @this {org.apache.flex.html.staticControls.Container}
  */
 org.apache.flex.html.staticControls.Container.prototype.addElement =
     function(child) {
@@ -57,7 +55,6 @@ org.apache.flex.html.staticControls.Container.prototype.addElement =
 
 /**
  * @override
- * @this {org.apache.flex.html.staticControls.Container}
  * @param {Object} child The element to be added.
  */
 org.apache.flex.html.staticControls.Container.prototype.childrenAdded =
@@ -68,7 +65,6 @@ org.apache.flex.html.staticControls.Container.prototype.childrenAdded =
 
 
 /**
- * @this {org.apache.flex.html.staticControls.Container}
  * @return {Array} the HTML DOM element children.
  */
 org.apache.flex.html.staticControls.Container.prototype.internalChildren =

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/058b50ee/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/ControlBar.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/ControlBar.js b/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/ControlBar.js
index b5badd7..ea954b0 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/ControlBar.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/ControlBar.js
@@ -32,7 +32,6 @@ goog.inherits(org.apache.flex.html.staticControls.ControlBar,
 
 /**
  * @override
- * @this {org.apache.flex.html.staticControls.ControlBar}
  */
 org.apache.flex.html.staticControls.ControlBar.prototype.createElement =
     function(p) {

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/058b50ee/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/DataGrid.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/DataGrid.js b/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/DataGrid.js
index 25645a1..003d871 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/DataGrid.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/DataGrid.js
@@ -37,7 +37,6 @@ goog.inherits(org.apache.flex.html.staticControls.DataGrid,
 
 /**
  * @override
- * @this {org.apache.flex.html.staticControls.DataGrid}
  */
 org.apache.flex.html.staticControls.DataGrid.prototype.createElement =
     function() {
@@ -53,7 +52,6 @@ org.apache.flex.html.staticControls.DataGrid.prototype.createElement =
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.DataGrid}
  * @return {string} The dataProvider getter.
  */
 org.apache.flex.html.staticControls.DataGrid.prototype.get_dataProvider =
@@ -64,7 +62,6 @@ org.apache.flex.html.staticControls.DataGrid.prototype.get_dataProvider =
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.DataGrid}
  * @param {string} value The dataProvider setter.
  */
 org.apache.flex.html.staticControls.DataGrid.prototype.set_dataProvider =
@@ -75,7 +72,6 @@ org.apache.flex.html.staticControls.DataGrid.prototype.set_dataProvider =
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.DataGrid}
  * @return {string} The labelFields getter.
  */
 org.apache.flex.html.staticControls.DataGrid.prototype.get_labelFields =
@@ -86,7 +82,6 @@ org.apache.flex.html.staticControls.DataGrid.prototype.get_labelFields =
 
 /**
  * @expose
- * @this {xxx}
  * @param {string} value The labelFields setter.
  */
 org.apache.flex.html.staticControls.DataGrid.prototype.set_labelFields =
@@ -97,7 +92,6 @@ org.apache.flex.html.staticControls.DataGrid.prototype.set_labelFields =
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.DataGrid}
  * @return {string} value The current selectedIndex.
  */
 org.apache.flex.html.staticControls.DataGrid.prototype.get_selectedIndex =

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/058b50ee/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/DropDownList.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/DropDownList.js b/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/DropDownList.js
index d4aa5d1..929caad 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/DropDownList.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/DropDownList.js
@@ -33,7 +33,6 @@ goog.inherits(org.apache.flex.html.staticControls.DropDownList,
 
 /**
  * @override
- * @this {org.apache.flex.html.staticControls.DropDownList}
  */
 org.apache.flex.html.staticControls.DropDownList.prototype.
     createElement = function() {
@@ -47,7 +46,6 @@ org.apache.flex.html.staticControls.DropDownList.prototype.
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.DropDownList}
  * @param {Object} value The new dataProvider.
  */
 org.apache.flex.html.staticControls.DropDownList.prototype.
@@ -74,7 +72,6 @@ org.apache.flex.html.staticControls.DropDownList.prototype.
 
 /**
  * @protected
- * @this {org.apache.flex.html.staticControls.DropDownList}
  */
 org.apache.flex.html.staticControls.DropDownList.prototype.changeHandler =
     function() {
@@ -85,7 +82,6 @@ org.apache.flex.html.staticControls.DropDownList.prototype.changeHandler =
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.DropDownList}
  * @param {Number} value The new selected index.
  */
 org.apache.flex.html.staticControls.DropDownList.prototype.
@@ -97,7 +93,6 @@ org.apache.flex.html.staticControls.DropDownList.prototype.
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.DropDownList}
  * @param {Object} value The new selected item.
  */
 org.apache.flex.html.staticControls.DropDownList.prototype.

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/058b50ee/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/Image.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/Image.js b/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/Image.js
index fe72692..ca692ac 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/Image.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/Image.js
@@ -33,7 +33,6 @@ goog.inherits(org.apache.flex.html.staticControls.Image,
 
 /**
  * @override
- * @this {org.apache.flex.html.staticControls.Container}
  */
 org.apache.flex.html.staticControls.Image.prototype.createElement =
     function(p) {
@@ -55,7 +54,6 @@ org.apache.flex.html.staticControls.Image.prototype.createElement =
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.Image}
  * @return {String} The source identifier for the Image.
  */
 org.apache.flex.html.staticControls.Image.prototype.
@@ -66,7 +64,6 @@ org.apache.flex.html.staticControls.Image.prototype.
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.Image}
  * @param {String} value The source identifier for the Image.
  */
 org.apache.flex.html.staticControls.Image.prototype.

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/058b50ee/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/Label.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/Label.js b/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/Label.js
index 49ef03a..875179d 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/Label.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/Label.js
@@ -34,7 +34,6 @@ goog.inherits(org.apache.flex.html.staticControls.Label,
 
 /**
  * @override
- * @this {org.apache.flex.html.staticControls.Label}
  */
 org.apache.flex.html.staticControls.Label.prototype.createElement =
     function() {
@@ -44,7 +43,6 @@ org.apache.flex.html.staticControls.Label.prototype.createElement =
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.Label}
  * @return {string} The text getter.
  */
 org.apache.flex.html.staticControls.Label.prototype.get_text = function() {
@@ -54,7 +52,6 @@ org.apache.flex.html.staticControls.Label.prototype.get_text = function() {
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.Label}
  * @param {string} value The text setter.
  */
 org.apache.flex.html.staticControls.Label.prototype.set_text = function(value) {

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/058b50ee/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/List.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/List.js b/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/List.js
index 3798c5c..9147c7c 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/List.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/List.js
@@ -36,7 +36,6 @@ goog.inherits(org.apache.flex.html.staticControls.List,
 
 /**
  * @override
- * @this {org.apache.flex.html.staticControls.List}
  */
 org.apache.flex.html.staticControls.List.prototype.createElement =
     function() {
@@ -47,7 +46,6 @@ org.apache.flex.html.staticControls.List.prototype.createElement =
 
 /**
  * @override
- * @this {org.apache.flex.html.staticControls.List}
  */
 org.apache.flex.html.staticControls.List.prototype.addedToParent =
     function() {
@@ -64,7 +62,6 @@ org.apache.flex.html.staticControls.List.prototype.addedToParent =
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.List}
  * @return {Array.<Object>} An array of objects that make up the actual
  *                          list (most likely itemRenderers).
  */
@@ -80,7 +77,6 @@ org.apache.flex.html.staticControls.List.prototype.internalChildren =
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.List}
  * @param {object} event The event that triggered the selection.
  */
 org.apache.flex.html.staticControls.List.prototype.selectedHandler =

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/058b50ee/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/NumericStepper.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/NumericStepper.js b/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/NumericStepper.js
index bddd4f3..117294d 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/NumericStepper.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/NumericStepper.js
@@ -36,7 +36,6 @@ goog.inherits(org.apache.flex.html.staticControls.NumericStepper,
 
 /**
  * @override
- * @this {org.apache.flex.html.staticControls.NumericStepper}
  */
 org.apache.flex.html.staticControls.NumericStepper.prototype.createElement =
     function() {
@@ -61,7 +60,6 @@ org.apache.flex.html.staticControls.NumericStepper.prototype.createElement =
 
 
 /**
- * @this {org.apache.flex.html.staticControls.NumericStepper}
  * @param {Object} event The input event.
  */
 org.apache.flex.html.staticControls.NumericStepper.prototype.spinnerChange =
@@ -76,7 +74,6 @@ org.apache.flex.html.staticControls.NumericStepper.prototype.spinnerChange =
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.NumericStepper}
  * @return {Number} The current minimum value.
  */
 org.apache.flex.html.staticControls.NumericStepper.prototype.get_minimum =
@@ -87,7 +84,6 @@ org.apache.flex.html.staticControls.NumericStepper.prototype.get_minimum =
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.NumericStepper}
  * @param {Number} value The new minimum value.
  */
 org.apache.flex.html.staticControls.NumericStepper.prototype.set_minimum =
@@ -98,7 +94,6 @@ org.apache.flex.html.staticControls.NumericStepper.prototype.set_minimum =
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.NumericStepper}
  * @return {Number} The current maximum value.
  */
 org.apache.flex.html.staticControls.NumericStepper.prototype.get_maximum =
@@ -109,7 +104,6 @@ org.apache.flex.html.staticControls.NumericStepper.prototype.get_maximum =
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.NumericStepper}
  * @param {Number} value The new maximum value.
  */
 org.apache.flex.html.staticControls.NumericStepper.prototype.set_maximum =
@@ -120,7 +114,6 @@ org.apache.flex.html.staticControls.NumericStepper.prototype.set_maximum =
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.NumericStepper}
  * @return {Number} The current value.
  */
 org.apache.flex.html.staticControls.NumericStepper.prototype.get_value =
@@ -131,7 +124,6 @@ org.apache.flex.html.staticControls.NumericStepper.prototype.get_value =
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.NumericStepper}
  * @param {Number} newValue The new value.
  */
 org.apache.flex.html.staticControls.NumericStepper.prototype.set_value =
@@ -142,7 +134,6 @@ org.apache.flex.html.staticControls.NumericStepper.prototype.set_value =
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.NumericStepper}
  * @return {Number} The current snapInterval value.
  */
 org.apache.flex.html.staticControls.NumericStepper.prototype.get_snapInterval =
@@ -153,7 +144,6 @@ org.apache.flex.html.staticControls.NumericStepper.prototype.get_snapInterval =
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.NumericStepper}
  * @param {Number} value The new snapInterval value.
  */
 org.apache.flex.html.staticControls.NumericStepper.prototype.set_snapInterval =
@@ -164,7 +154,6 @@ org.apache.flex.html.staticControls.NumericStepper.prototype.set_snapInterval =
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.NumericStepper}
  * @return {Number} The current stepSize value.
  */
 org.apache.flex.html.staticControls.NumericStepper.prototype.get_stepSize =
@@ -175,7 +164,6 @@ org.apache.flex.html.staticControls.NumericStepper.prototype.get_stepSize =
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.NumericStepper}
  * @param {Number} value The new stepSize value.
  */
 org.apache.flex.html.staticControls.NumericStepper.prototype.set_stepSize =

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/058b50ee/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/Panel.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/Panel.js b/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/Panel.js
index 14d9075..ea03491 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/Panel.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/Panel.js
@@ -37,7 +37,6 @@ goog.inherits(org.apache.flex.html.staticControls.Panel,
 
 /**
  * @override
- * @this {org.apache.flex.html.staticControls.Panel}
  * @param {Object} c Element being added.
  */
 org.apache.flex.html.staticControls.Panel.prototype.addElement = function(c) {
@@ -56,7 +55,6 @@ org.apache.flex.html.staticControls.Panel.prototype.addElement = function(c) {
 
 /**
  * @override
- * @this {org.apache.flex.html.staticControls.Panel}
  * @param {Object} c The child element.
  * @param {number} index The index.
  */
@@ -76,7 +74,6 @@ org.apache.flex.html.staticControls.Panel.prototype.addElementAt =
 
 /**
  * @override
- * @this {org.apache.flex.html.staticControls.Panel}
  * @param {Object} c The child element.
  * @return {number} The index in parent.
  */
@@ -95,7 +92,6 @@ org.apache.flex.html.staticControls.Panel.prototype.getElementIndex =
 
 /**
  * @override
- * @this {org.apache.flex.html.staticControls.Panel}
  * @param {Object} c The child element.
  */
 org.apache.flex.html.staticControls.Panel.prototype.removeElement =
@@ -106,7 +102,6 @@ org.apache.flex.html.staticControls.Panel.prototype.removeElement =
 
 /**
  * @override
- * @this {org.apache.flex.html.staticControls.Panel}
  */
 org.apache.flex.html.staticControls.Panel.prototype.createElement =
     function() {
@@ -127,7 +122,6 @@ org.apache.flex.html.staticControls.Panel.prototype.createElement =
 
 /**
  * @override
- * @this {org.apache.flex.html.staticControls.Panel}
  */
 org.apache.flex.html.staticControls.Panel.prototype.addedToParent =
     function() {
@@ -137,7 +131,6 @@ org.apache.flex.html.staticControls.Panel.prototype.addedToParent =
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.Panel}
  * @return {string} The title getter.
  */
 org.apache.flex.html.staticControls.Panel.prototype.get_title = function() {
@@ -147,7 +140,6 @@ org.apache.flex.html.staticControls.Panel.prototype.get_title = function() {
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.Panel}
  * @param {string} value The title setter.
  */
 org.apache.flex.html.staticControls.Panel.prototype.set_title =
@@ -158,7 +150,6 @@ org.apache.flex.html.staticControls.Panel.prototype.set_title =
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.Panel}
  * @return {Array} The controlBar getter.
  */
 org.apache.flex.html.staticControls.Panel.prototype.get_controlBar =
@@ -169,7 +160,6 @@ org.apache.flex.html.staticControls.Panel.prototype.get_controlBar =
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.Panel}
  * @param {Array} value The controlBar setter.
  */
 org.apache.flex.html.staticControls.Panel.prototype.set_controlBar =

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/058b50ee/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/RadioButton.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/RadioButton.js b/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/RadioButton.js
index 1bb445f..a8ba4ff 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/RadioButton.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/RadioButton.js
@@ -31,7 +31,6 @@ goog.inherits(org.apache.flex.html.staticControls.RadioButton,
 
 /**
  * @override
- * @this {org.apache.flex.html.staticControls.RadioButton}
  */
 org.apache.flex.html.staticControls.RadioButton.prototype.createElement =
     function() {
@@ -51,7 +50,6 @@ org.apache.flex.html.staticControls.RadioButton.prototype.createElement =
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.RadioButton}
  */
 org.apache.flex.html.staticControls.RadioButton.prototype.initModel =
     function() {
@@ -60,7 +58,6 @@ org.apache.flex.html.staticControls.RadioButton.prototype.initModel =
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.RadioButton}
  */
 org.apache.flex.html.staticControls.RadioButton.prototype.initSkin =
     function() {
@@ -69,7 +66,6 @@ org.apache.flex.html.staticControls.RadioButton.prototype.initSkin =
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.RadioButton}
  * @return {string} The groupName getter.
  */
 org.apache.flex.html.staticControls.RadioButton.prototype.get_groupName =
@@ -80,7 +76,6 @@ org.apache.flex.html.staticControls.RadioButton.prototype.get_groupName =
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.RadioButton}
  * @param {string} value The groupName setter.
  */
 org.apache.flex.html.staticControls.RadioButton.prototype.set_groupName =
@@ -91,7 +86,6 @@ org.apache.flex.html.staticControls.RadioButton.prototype.set_groupName =
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.RadioButton}
  * @return {string} The text getter.
  */
 org.apache.flex.html.staticControls.RadioButton.prototype.get_text =
@@ -102,7 +96,6 @@ org.apache.flex.html.staticControls.RadioButton.prototype.get_text =
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.RadioButton}
  * @param {string} value The text setter.
  */
 org.apache.flex.html.staticControls.RadioButton.prototype.set_text =
@@ -113,7 +106,6 @@ org.apache.flex.html.staticControls.RadioButton.prototype.set_text =
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.RadioButton}
  * @return {bool} The selected getter.
  */
 org.apache.flex.html.staticControls.RadioButton.prototype.get_selected =
@@ -124,7 +116,6 @@ org.apache.flex.html.staticControls.RadioButton.prototype.get_selected =
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.RadioButton}
  * @param {bool} value The selected setter.
  */
 org.apache.flex.html.staticControls.RadioButton.prototype.set_selected =
@@ -135,7 +126,6 @@ org.apache.flex.html.staticControls.RadioButton.prototype.set_selected =
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.RadioButton}
  * @return {Object} The value getter.
  */
 org.apache.flex.html.staticControls.RadioButton.prototype.get_value =
@@ -146,7 +136,6 @@ org.apache.flex.html.staticControls.RadioButton.prototype.get_value =
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.RadioButton}
  * @param {Object} value The value setter.
  */
 org.apache.flex.html.staticControls.RadioButton.prototype.set_value =
@@ -157,7 +146,6 @@ org.apache.flex.html.staticControls.RadioButton.prototype.set_value =
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.RadioButton}
  * @return {Object} The value of the selected RadioButton.
  */
 org.apache.flex.html.staticControls.RadioButton.prototype.get_selectedValue =
@@ -179,7 +167,6 @@ org.apache.flex.html.staticControls.RadioButton.prototype.get_selectedValue =
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.RadioButton}
  * @param {Object} value The value of the selected RadioButton.
  */
 org.apache.flex.html.staticControls.RadioButton.prototype.set_selectedValue =

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/058b50ee/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/SimpleList.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/SimpleList.js b/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/SimpleList.js
index b9fd4e8..86318f3 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/SimpleList.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/html/staticControls/SimpleList.js
@@ -34,7 +34,6 @@ goog.inherits(org.apache.flex.html.staticControls.SimpleList,
 
 /**
  * @override
- * @this {org.apache.flex.html.staticControls.SimpleList}
  */
 org.apache.flex.html.staticControls.SimpleList.prototype.
     createElement = function() {
@@ -49,7 +48,6 @@ org.apache.flex.html.staticControls.SimpleList.prototype.
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.SimpleList}
  * @return {Object} Returns the dataProvider.
  */
 org.apache.flex.html.staticControls.SimpleList.prototype.
@@ -60,7 +58,6 @@ org.apache.flex.html.staticControls.SimpleList.prototype.
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.SimpleList}
  * @param {Object} value The new dataProvider.
  */
 org.apache.flex.html.staticControls.SimpleList.prototype.
@@ -87,7 +84,6 @@ org.apache.flex.html.staticControls.SimpleList.prototype.
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.SimpleList}
  * @return {Object} Returns the selected index.
  */
 org.apache.flex.html.staticControls.SimpleList.prototype.
@@ -98,7 +94,6 @@ org.apache.flex.html.staticControls.SimpleList.prototype.
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.SimpleList}
  * @param {Number} value The new selected index.
  */
 org.apache.flex.html.staticControls.SimpleList.prototype.
@@ -109,7 +104,6 @@ org.apache.flex.html.staticControls.SimpleList.prototype.
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.SimpleList}
  * @return {Object} Returns the selectedItem.
  */
 org.apache.flex.html.staticControls.SimpleList.prototype.
@@ -120,7 +114,6 @@ org.apache.flex.html.staticControls.SimpleList.prototype.
 
 /**
  * @expose
- * @this {org.apache.flex.html.staticControls.SimpleList}
  * @param {Object} value The new selected item.
  */
 org.apache.flex.html.staticControls.SimpleList.prototype.