add missing "rawstring" type to et2_validTypes

This commit is contained in:
Ralf Becker 2015-03-11 15:06:21 +00:00
parent 2e094c6f76
commit d9f45ae414

View File

@ -30,7 +30,7 @@ if (typeof Array.prototype.indexOf == "undefined")
/** /**
* Array with all types supported by the et2_checkType function. * Array with all types supported by the et2_checkType function.
*/ */
var et2_validTypes = ["boolean", "string", "html", "float", "integer", "any", "js", "dimension"]; var et2_validTypes = ["boolean", "string", "rawstring", "html", "float", "integer", "any", "js", "dimension"];
/** /**
* Object whith default values for the above types. Do not specify array or * Object whith default values for the above types. Do not specify array or