Skip to content

Commit

Permalink
Fixed PHPCS
Browse files Browse the repository at this point in the history
  • Loading branch information
CrochetFeve0251 committed Oct 10, 2023
1 parent cfa268e commit 0beaeed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/classes/class-imagify-assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public function register_styles_and_scripts() {
$this->register_script( 'sweetalert', 'sweetalert2', [ 'promise-polyfill' ], '4.6.6' )->localize( 'imagifySwal' );

$this->register_bud_script( 'runtime', 'runtime' );
$this->register_bud_script( 'chart', 'chart', ['runtime'], '4.4.0' );
$this->register_bud_script( 'chart', 'chart', [ 'runtime' ], '4.4.0' );

$this->register_script( 'event-move', 'jquery.event.move', [ 'jquery' ], '2.0.1' );

Expand Down

0 comments on commit 0beaeed

Please sign in to comment.