mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-01 20:19:42 +08:00
script WIP
This commit is contained in:
16
framework/assets/yii.js
Normal file
16
framework/assets/yii.js
Normal 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);
|
||||
Reference in New Issue
Block a user