sync
authorAlan Knowles <alan@akbkhome.com>
Wed, 28 Jul 2010 06:33:39 +0000 (14:33 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 28 Jul 2010 06:33:39 +0000 (14:33 +0800)
roojs-all.js
roojs-core-debug.js
roojs-core.js
roojs-debug.js

index 0f8c681..d36dc2d 100644 (file)
@@ -10518,7 +10518,7 @@ Roo.util.CSS = function(){
         if(id){
             R.setAttribute("id", id);
         }
-        if (!typeof(P) == 'string') {
+        if (typeof(P) != 'string') {
             
             
             
@@ -10535,6 +10535,7 @@ Roo.util.CSS = function(){
             }
 
             P = cssTextNew.join("\n");
+            
         }
        
        
index 567d6b6..9599b80 100644 (file)
@@ -13199,7 +13199,7 @@ Roo.util.CSS = function(){
         if(id){
             rules.setAttribute("id", id);
         }
-        if (!typeof(cssText) == 'string') {
+        if (typeof(cssText) != 'string') {
             // support object maps..
             // not sure if this a good idea.. 
             // perhaps it should be merged with the general css handling
@@ -13214,6 +13214,7 @@ Roo.util.CSS = function(){
                 
             }
             cssText = cssTextNew.join("\n");
+            
         }
        
        
index 4d1a556..8db28ef 100644 (file)
@@ -10518,7 +10518,7 @@ Roo.util.CSS = function(){
         if(id){
             R.setAttribute("id", id);
         }
-        if (!typeof(P) == 'string') {
+        if (typeof(P) != 'string') {
             
             
             
@@ -10535,6 +10535,7 @@ Roo.util.CSS = function(){
             }
 
             P = cssTextNew.join("\n");
+            
         }
        
        
index 5b3d08f..c07487f 100644 (file)
@@ -13199,7 +13199,7 @@ Roo.util.CSS = function(){
         if(id){
             rules.setAttribute("id", id);
         }
-        if (!typeof(cssText) == 'string') {
+        if (typeof(cssText) != 'string') {
             // support object maps..
             // not sure if this a good idea.. 
             // perhaps it should be merged with the general css handling
@@ -13214,6 +13214,7 @@ Roo.util.CSS = function(){
                 
             }
             cssText = cssTextNew.join("\n");
+            
         }