You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2017/05/25 23:48:44 UTC

[6/7] git commit: [flex-asjs] [refs/heads/develop] - can be null or undefined here

can be null or undefined here


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

Branch: refs/heads/develop
Commit: 4cf2969d483c49a047b1d81d2893c6fbd0bd253d
Parents: 23f1b84
Author: Justin Mclean <jm...@apache.org>
Authored: Fri May 26 09:29:33 2017 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Fri May 26 09:29:33 2017 +1000

----------------------------------------------------------------------
 .../Core/src/main/flex/org/apache/flex/core/SimpleCSSValuesImpl.as | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/4cf2969d/frameworks/projects/Core/src/main/flex/org/apache/flex/core/SimpleCSSValuesImpl.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/Core/src/main/flex/org/apache/flex/core/SimpleCSSValuesImpl.as b/frameworks/projects/Core/src/main/flex/org/apache/flex/core/SimpleCSSValuesImpl.as
index 70c597a..70ff04d 100644
--- a/frameworks/projects/Core/src/main/flex/org/apache/flex/core/SimpleCSSValuesImpl.as
+++ b/frameworks/projects/Core/src/main/flex/org/apache/flex/core/SimpleCSSValuesImpl.as
@@ -117,7 +117,7 @@ package org.apache.flex.core
 
             mainClass = main;
 
-            if (newValues === null)
+            if (newValues == null)
                 newValues = {};
             
             if (cssData) {