Commit b18be6e3 by Alexander Kochetov

jui.effect and jui.position dependencies

parent 7d02cb60
......@@ -580,6 +580,7 @@ return array(
'js' => array(
'jquery.ui.effect.js',
),
'depends' => array('yii/jquery'),
),
'yii/jui/effect/blind' => array(
'sourcePath' => __DIR__ . '/assets',
......@@ -691,6 +692,7 @@ return array(
'js' => array(
'jquery.ui.position.js',
),
'depends' => array('yii/jquery'),
),
'yii/jui/progressbar' => array(
'sourcePath' => __DIR__ . '/assets',
......
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