TinyMCE 3.05 from azaozz. fixes #6195

git-svn-id: https://develop.svn.wordpress.org/trunk@7270 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-03-12 22:47:11 +00:00
parent 71827ccadf
commit af1a108e7e
27 changed files with 146 additions and 69 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
/**
* $Id: validate.js 520 2008-01-07 16:30:32Z spocke $
* $Id: validate.js 673 2008-03-06 13:26:20Z spocke $
*
* Various form validation methods.
*
@@ -31,7 +31,7 @@ var Validator = {
},
isSize : function(s) {
return this.test(s, '^[0-9]+(px|%)?$');
return this.test(s, '^[0-9]+(%|in|cm|mm|em|ex|pt|pc|px)?$');
},
isId : function(s) {