You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2014/11/11 23:08:39 UTC

[23/28] git commit: [flex-asjs] [refs/heads/develop] - one last lint error

one last lint error


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

Branch: refs/heads/develop
Commit: 5909203b0053dfe4962d47486dd5712a582e1c3f
Parents: 437efb2
Author: Alex Harui <ah...@apache.org>
Authored: Tue Nov 11 14:07:47 2014 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Nov 11 14:08:00 2014 -0800

----------------------------------------------------------------------
 .../js/FlexJS/src/org/apache/flex/core/SimpleStatesImpl.js     | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/5909203b/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 9022862..1e5e701 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/core/SimpleStatesImpl.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/core/SimpleStatesImpl.js
@@ -81,9 +81,9 @@ org.apache.flex.core.SimpleStatesImpl.prototype.set_strand =
  */
 org.apache.flex.core.SimpleStatesImpl.prototype.initialStateHandler_ =
     function(event) {
-	/**
-	 *  @type {Object}
-	**/
+    /**
+     *  @type {Object}
+    **/
     var host = this.strand_;
     this.dispatchEvent(new org.apache.flex.events.ValueChangeEvent('currentStateChanged', null,
       host.get_currentState()));