Skip to content

Commit

Permalink
Update jbox/JBox.php
Browse files Browse the repository at this point in the history
  • Loading branch information
yiqing-95 committed Mar 16, 2012
1 parent f4cde9b commit 97d001f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jbox/JBox.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public function run()


/**
* @return JContextMenu
* @return JBox
*/
public function publishAssets()
{
Expand All @@ -133,7 +133,7 @@ public function publishAssets()
}

/**
* @return JContextMenu
* @return JBox
*/
public function registerClientScripts()
{
Expand All @@ -151,12 +151,12 @@ public function registerClientScripts()
if ($this->manualInit == true) {
return $this;
}
//不准备过多封装 这里就截止 下面应该是插件的初始化js代码注册
//不准备过多封装 这里就截止 下面应该是插件的初始化js代码注册
return $this;
}

/**
* @return string
* @return JBox
*/
public function handleI18n()
{
Expand Down

0 comments on commit 97d001f

Please sign in to comment.