@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Ajax\bootstrap\html\base; |
4 | 4 | |
5 | 5 | use Ajax\service\JArray; |
6 | -use Ajax\service\AjaxCall; |
|
7 | 6 | |
8 | 7 | class PropertyWrapper { |
9 | 8 |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use Phalcon\Mvc\View; |
6 | 6 | use Ajax\JsUtils; |
7 | 7 | use Ajax\bootstrap\html\base\BaseHtml; |
8 | -use Phalcon\Mvc\Dispatcher; |
|
9 | 8 | use Phalcon\Mvc\Controller; |
10 | 9 | |
11 | 10 | /** |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Ajax\bootstrap\html\phalcon\PhBsElement; |
6 | 6 | use Phalcon\Forms\Element\Select; |
7 | -use Ajax\bootstrap\html\base\HtmlDoubleElement; |
|
8 | 7 | use Ajax\bootstrap\html\html5\HtmlSelect; |
9 | 8 | |
10 | 9 | class PhBsSelect extends PhBsElement { |