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/03/21 19:55:54 UTC

[08/10] git commit: [flex-asjs] [refs/heads/develop] - lint issue

lint issue


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

Branch: refs/heads/develop
Commit: a2bc33cc938171d58d33188053724b6b8f29eaac
Parents: f988f2b
Author: Alex Harui <ah...@apache.org>
Authored: Fri Mar 21 08:20:50 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Mar 21 08:20:50 2014 -0700

----------------------------------------------------------------------
 frameworks/js/FlexJS/src/org/apache/flex/utils/MixinManager.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a2bc33cc/frameworks/js/FlexJS/src/org/apache/flex/utils/MixinManager.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/utils/MixinManager.js b/frameworks/js/FlexJS/src/org/apache/flex/utils/MixinManager.js
index 60d3959..445ddbe 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/utils/MixinManager.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/utils/MixinManager.js
@@ -47,7 +47,7 @@ function(value) {
 
   if (value)
   {
-    if (typeof(value.info) == "function")
+    if (typeof(value.info) == 'function')
     {
       var mixins = value.info()['mixins'];
       if (mixins)