Skip to content

Commit

Permalink
Add jui asset in depends
Browse files Browse the repository at this point in the history
  • Loading branch information
execut committed Nov 23, 2015
1 parent 3f00bde commit 762853e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions TreeFilterInputAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@
use execut\yii\web\AssetBundle;
class TreeFilterInputAsset extends AssetBundle
{
public $depends = [
'yii\jui\JuiAsset',
];
}
1 change: 1 addition & 0 deletions TreeViewAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
class TreeViewAsset extends AssetBundle {
public $depends = [
'execut\widget\TreeViewBowerAsset',
'yii\jui\JuiAsset',
];
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "execut/yii2-widget-bootstraptreeview",
"version": "1.1.0",
"version": "1.1.1",
"description": "Bootstrap Tree View widget wrapper for yii2",
"keywords": ["yii2", "extension", "tree", "input", "form", "bootstrap", "jquery", "plugin"],
"homepage": "https://github.com/execut/yii2-widget-bootstraptreeview",
Expand Down

0 comments on commit 762853e

Please sign in to comment.