This commit is contained in:
Qiang Xue
2013-05-01 07:51:28 -04:00
parent 4e9dc9812e
commit 8114316587
5 changed files with 367 additions and 26 deletions

View File

@ -0,0 +1,17 @@
/**
* Yii validation module.
*
* This is the JavaScript widget used by the yii\widgets\ActiveForm widget.
*
* @link http://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0
*/
yii.validation = (function ($) {
var pub = {
};
return pub;
})(jQuery);