]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/js/tinymce/utils/validate.js
Wordpress 2.6.2
[autoinstalls/wordpress.git] / wp-includes / js / tinymce / utils / validate.js
index 8e7022098124a63698ea662e6bbeab3a215b6462..3fcd63936baccf6ff06677896b3b487b62c66a57 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * $Id: validate.js 673 2008-03-06 13:26:20Z spocke $
+ * $Id: validate.js 758 2008-03-30 13:53:29Z spocke $
  *
  * Various form validation methods.
  *
@@ -110,7 +110,7 @@ var AutoValidator = {
        },
 
        reset : function(e) {
-               var t = new Array('label', 'input', 'select', 'textarea');
+               var t = ['label', 'input', 'select', 'textarea'];
                var i, j, nl, s = this.settings;
 
                if (e == null)