inliner.js
authorAlan Knowles <alan@roojs.com>
Thu, 12 Nov 2015 06:02:02 +0000 (14:02 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 12 Nov 2015 06:02:02 +0000 (14:02 +0800)
inliner.js

index a142d84..f8df8ad 100644 (file)
@@ -59,9 +59,9 @@
             //returns[camel] = val;
             
             // idea... if the parent has the same style.. then do not apply it to the child?
-            if (pstyle && pstyle[prop] == val) {
+            //if (pstyle && pstyle[prop] == val) {
             //    continue;
-            }
+            //}
             console.log(prop + '=' + val);
             
             dom.style[camel] = val;