Commit 41a44275 by Qiang Xue

Removed unneeded Extension from jui.

parent 6ab6730c
<?php
/**
* @link http://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
*/
namespace yii\jui;
use Yii;
/**
* This is the bootstrap class for the Yii JUI extension.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0
*/
class Extension extends \yii\base\Extension
{
/**
* @inheritdoc
*/
public static function init()
{
Yii::setAlias('@yii/jui', __DIR__);
}
}
......@@ -18,8 +18,5 @@
"autoload": {
"psr-0": { "yii\\jui\\": "" }
},
"target-dir": "yii/jui",
"extra": {
"bootstrap": "yii\\jui\\Extension"
}
"target-dir": "yii/jui"
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment