widgets/Ext.bugs.js
authorAlan Knowles <alan@roojs.com>
Tue, 17 May 2016 07:47:07 +0000 (15:47 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 17 May 2016 07:47:07 +0000 (15:47 +0800)
widgets/Ext.bugs.js

index 1bc33da..40dbcad 100644 (file)
@@ -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)){