| @@ -38,21 +38,8 @@ | ||
| 38 | 38 | */ |
| 39 | 39 | public $currentBackup = null; |
| 40 | 40 | |
| 41 | 41 | /** |
| 42 | - * Initialize view object. | |
| 43 | - * | |
| 44 | - * @see CJTView for more details | |
| 45 | - * @return void | |
| 46 | - */ | |
| 47 | - public function __construct($parameters) { | |
| 48 | - parent::__construct($parameters); | |
| 49 | - // Enqueue Styles & Scripts. | |
| 50 | - $this->enququeScripts(); | |
| 51 | - $this->enququeStyles(); | |
| 52 | - } | |
| 53 | - | |
| 54 | - /** | |
| 55 | 42 | * Output Add New Block markups. |
| 56 | 43 | * |
| 57 | 44 | * @return void |
| 58 | 45 | */ |