script WIP

This commit is contained in:
Qiang Xue
2013-04-30 11:26:38 -04:00
parent 44c1534e71
commit a2594b7dce
4 changed files with 475 additions and 1 deletions

16
framework/assets/yii.js Normal file
View File

@ -0,0 +1,16 @@
/**
* Yii JavaScript module.
*
* @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
*/
;(function($) {
$.yii = {
version : '2.0'
};
})(jQuery);