Skip to content

Commit

Permalink
Removed duplicated code.
Browse files Browse the repository at this point in the history
  • Loading branch information
feuzeu committed Apr 30, 2019
1 parent 24e77db commit f42a521
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Plugin/CodeGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ private function makePluginsCode()
{
$this->sJsCode .= rtrim($sJsCode, " \n") . "\n";
}
$xPackage = jaxon()->di()->get($sClass);
if(($sJsReady = trim($xPackage->ready())))
{
$this->sJsReady .= trim($sJsReady, " \n") . "\n";
Expand Down

0 comments on commit f42a521

Please sign in to comment.