fix checkbox prototype varaibles
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/cd458ecd Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/cd458ecd Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/cd458ecd Branch: refs/heads/develop Commit: cd458ecd6614300fcf60a9a724dc64458e380b8c Parents: 0080d0f Author: Carlos Rovira <carlosrov...@apache.org> Authored: Thu May 2 16:33:37 2013 +0200 Committer: Carlos Rovira <carlosrov...@apache.org> Committed: Thu May 2 16:33:37 2013 +0200 ---------------------------------------------------------------------- .../flex/createjs/staticControls/CheckBox.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/cd458ecd/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 65c3c19..f460541 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 @@ -27,10 +27,10 @@ goog.inherits( org.apache.flex.createjs.staticControls.CheckBox, org.apache.flex.createjs.core.UIBase ); -org.apache.flex.createjs.staticControls.TextButton.prototype.checkMark = null; -org.apache.flex.createjs.staticControls.TextButton.prototype.checkMarkBackground = null; -org.apache.flex.createjs.staticControls.TextButton.prototype.checkBoxLabel = null; -org.apache.flex.createjs.staticControls.TextButton.prototype.selected = false; +org.apache.flex.createjs.staticControls.CheckBox.prototype.checkMark = null; +org.apache.flex.createjs.staticControls.CheckBox.prototype.checkMarkBackground = null; +org.apache.flex.createjs.staticControls.CheckBox.prototype.checkBoxLabel = null; +org.apache.flex.createjs.staticControls.CheckBox.prototype.selected = false; /** * @override