Browse Source

'yii/bootstrap/popover' bundle depency optimization

tags/2.0.0-beta
Alexander Kochetov 12 years ago
parent
commit
0e12aee81b
  1. 2
      yii/bootstrap/assets.php

2
yii/bootstrap/assets.php

@ -68,7 +68,7 @@ return array(
'js' => array(
'js/bootstrap-popover.js',
),
'depends' => array('yii/jquery', 'yii/bootstrap/tooltip', 'yii/bootstrap'),
'depends' => array('yii/bootstrap/tooltip'),
),
'yii/bootstrap/scrollspy' => array(
'sourcePath' => __DIR__ . '/assets',

Loading…
Cancel
Save