Skip to content

Commit

Permalink
code revision
Browse files Browse the repository at this point in the history
  • Loading branch information
uran1980 committed Mar 15, 2015
1 parent 06a81a8 commit 7bf2bd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions BootstrapConfirmationAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ class BootstrapConfirmationAsset extends \yii\web\AssetBundle
*/
public function init()
{
parent::init();

$this
->registerJs()
->registerCss()
;

parent::init();
}

/**
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "uran1980/yii2-bootstrap-confirmation",
"description": "Bootstrap plugin for on-place confirm boxes using Popover for Yii2",
"version": "0.0.2",
"version": "0.0.3",
"type": "yii2-extension",
"keywords": [
"yii2",
Expand Down

0 comments on commit 7bf2bd5

Please sign in to comment.