更正了validator命名的问题,remoteCSRF->remote.把原生的remote改成了remotex。。。

[ci skip]
This commit is contained in:
sxw
2015-08-05 20:01:15 +08:00
parent b91ff0688a
commit cbb86d72f1
6 changed files with 175 additions and 173 deletions

View File

@@ -9,7 +9,7 @@ define("validation",
'validator/integer',
'validator/between',
'validator/confirm',
'validator/remoteCSRF',
'validator/remote',
'validator/emailAddress'],
function () {
});