修改项目结构,还有些混乱。

This commit is contained in:
virusdefender
2015-07-31 23:23:15 +08:00
parent c6d6b13072
commit 26dab5bd91
93 changed files with 48009 additions and 10 deletions

View File

@@ -0,0 +1,11 @@
define("validation",
[ 'base',
'helper',
'framework/bootstrap',
'language/zh_CN',
'validator/notEmpty',
'validator/stringLength',
'validator/date',
'validator/integer',
'validator/between'], function () {
});