more quote identeiifers fixessss
[Pman.Core] / widgets / Ext.bugs.js
index 57a2779..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)){
@@ -156,6 +156,7 @@ Ext.form.Form.prototype.stackFind = function(id)
 };
 
 // This is in Roo???
+/*
 Ext.form.Hidden = function(config){
     Ext.form.Hidden.superclass.constructor.call(this, config);
 };
@@ -172,6 +173,9 @@ Ext.extend(Ext.form.Hidden, Ext.form.TextField, {
 
 
 });
+
+
+ Why is this here.. it does not work very well...
 Ext.form.DateField.prototype.getValue = function(fmt) {
     var r = this.parseDate(Ext.form.DateField.superclass.getValue.call(this)) || '';
     if (typeof(fmt) == 'undefined') {
@@ -182,7 +186,7 @@ Ext.form.DateField.prototype.getValue = function(fmt) {
     }
     return r.format(fmt);
 };
-
+*/
 //<script type="text/Javascript">
 
 /**