more quote identeiifers fixessss
[Pman.Core] / widgets / Ext.bugs.js
index 22b402a..40dbcad 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 :
@@ -35,7 +35,7 @@
                                } :
                                function(prop){
                                        var el = this.dom, m, cs;
-                                       if(el == document) return null;
+                                       if(el == document) { return null; }
                                        if (prop == 'opacity') {
                                                if (el.style.filter.match) {
                                                        if(m = el.style.filter.match(opacityRe)){