X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/959f97d8ecd5c1668103a3e41c795486b944bc68..ae01624bdce6b71c47e08e8a0287de58284a6b73:/wp-includes/js/tinymce/utils/validate.js diff --git a/wp-includes/js/tinymce/utils/validate.js b/wp-includes/js/tinymce/utils/validate.js index 8e702209..6d79ed72 100644 --- a/wp-includes/js/tinymce/utils/validate.js +++ b/wp-includes/js/tinymce/utils/validate.js @@ -1,10 +1,11 @@ /** - * $Id: validate.js 673 2008-03-06 13:26:20Z spocke $ + * validate.js * - * Various form validation methods. + * Copyright 2009, Moxiecode Systems AB + * Released under LGPL License. * - * @author Moxiecode - * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved. + * License: http://tinymce.moxiecode.com/license + * Contributing: http://tinymce.moxiecode.com/contributing */ /** @@ -110,7 +111,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)