| @@ -3,9 +3,9 @@ | ||
| 3 | 3 | |
| 4 | 4 | use Elementor\Core\Base\App; |
| 5 | 5 | |
| 6 | 6 | if ( ! defined( 'ABSPATH' ) ) { |
| 7 | - exit; // Exit if accessed directly. | |
| 7 | + exit; // Exit if accessed directly | |
| 8 | 8 | } |
| 9 | 9 | |
| 10 | 10 | class Module extends App { |
| 11 | 11 | |
| @@ -23,11 +23,9 @@ | ||
| 23 | 23 | public function register_scripts() { |
| 24 | 24 | wp_register_script( |
| 25 | 25 | 'elementor-web-cli', |
| 26 | 26 | $this->get_js_assets_url( 'web-cli' ), |
| 27 | - [ | |
| 28 | - 'jquery', | |
| 29 | - ], | |
| 27 | + [], | |
| 30 | 28 | ELEMENTOR_VERSION, |
| 31 | 29 | true |
| 32 | 30 | ); |
| 33 | 31 | |