Browse Source

YiiBase jQuery UI alias

tags/2.0.0-beta
Alexander Kochetov 12 years ago
parent
commit
03c2c1e0f1
  1. 1
      framework/yii/YiiBase.php

1
framework/yii/YiiBase.php

@ -616,6 +616,7 @@ class YiiBase
YiiBase::$aliases = array(
'@yii' => array(
'@yii/bootstrap' => __DIR__ . '/bootstrap',
'@yii/jui' => __DIR__ . '/jui',
'@yii' => __DIR__,
),
);

Loading…
Cancel
Save