widgets/Ext.bugs.js
[Pman.Core] / widgets / Ext.bugs.js
index 22b402a..1bc33da 100644 (file)
@@ -26,7 +26,7 @@
                                function(prop){
                     // ie!!!.
                                        var el = this.dom, v, cs;
-                                       if(el == document) return null;
+                                       if(el == document) { return null; }
                                        prop = chkCache(prop);
                     
                                        return (v = el.style[prop]) ? v :