File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -83,9 +83,9 @@ The library is already loaded by default in the config file **app/config/config.
8383Example of creating a Semantic-UI button
8484
8585``` php
86- /**
87- * @property \Ajax\php\ubiquity\JsUtils $jquery
88- * */
86+ /**
87+ * @property \Ajax\php\ubiquity\JsUtils $jquery
88+ */
8989class ExempleController extends Controller{
9090 public function index(){
9191 $semantic=$this->jquery->semantic();
@@ -123,9 +123,9 @@ Example of creating a Semantic-UI button
123123``` php
124124use Phalcon\Mvc\Controller;
125125use Ajax\php\phalcon\JsUtils;
126- /**
127- * @property JsUtils $jquery
128- * */
126+ /**
127+ * @property JsUtils $jquery
128+ */
129129class ExempleController extends Controller{
130130 public function indexAction(){
131131 $semantic=$this->jquery->semantic();
You can’t perform that action at this time.
0 commit comments