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/05/03 16:34:37 UTC

[23/50] git commit: [flex-sdk] [refs/heads/master] - DONE FLEX-33994 Need a way to distinguish phone and tablet target devices through css Removed trace statements

DONE FLEX-33994 Need a way to distinguish phone and tablet target devices through css
Removed trace statements


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

Branch: refs/heads/master
Commit: c5b0ff1ef7673ff660781a8e6be00996f909ee98
Parents: 0402da5
Author: mamsellem <ma...@systar.com>
Authored: Tue Apr 1 17:36:35 2014 +0200
Committer: mamsellem <ma...@systar.com>
Committed: Tue Apr 1 17:36:35 2014 +0200

----------------------------------------------------------------------
 frameworks/projects/framework/src/mx/utils/MediaQueryParser.as | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/c5b0ff1e/frameworks/projects/framework/src/mx/utils/MediaQueryParser.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/framework/src/mx/utils/MediaQueryParser.as b/frameworks/projects/framework/src/mx/utils/MediaQueryParser.as
index 1b36b2b..4d8224a 100644
--- a/frameworks/projects/framework/src/mx/utils/MediaQueryParser.as
+++ b/frameworks/projects/framework/src/mx/utils/MediaQueryParser.as
@@ -551,7 +551,7 @@ public class MediaQueryParser  extends EventDispatcher
             deviceWidth = new CSSDimension(w, deviceDPI);
             deviceHeight = new CSSDimension(h, deviceDPI);
             flexDeviceDiagonal = new CSSDimension(  diag, deviceDPI );
-            trace(" width:", deviceWidth, " height: ", deviceHeight, " diag:", flexDeviceDiagonal);
+     //       trace(" width:", deviceWidth, " height: ", deviceHeight, " diag:", flexDeviceDiagonal);
 
            return needToUpdateStyles;
         }