Skip to content

Commit

Permalink
one more fix for new Motion
Browse files Browse the repository at this point in the history
  • Loading branch information
nk-o committed Dec 18, 2024
1 parent 5935486 commit 29902b8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/gutenberg/extend/effects/frontend.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => '167917527f399763ae89');
<?php return array('dependencies' => array(), 'version' => 'b6f99e2d5bf8a8e6cf12');
2 changes: 1 addition & 1 deletion build/gutenberg/extend/effects/frontend.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gutenberg/extend/effects/frontend.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ events.on(document, 'init.blocks.gkt', () => {
duration: config.duration,
ease: config.easing,
}
).finished.then(() => {
).then(() => {
events.trigger($counter, 'counted.counter.gkt', {
config,
});
Expand Down
2 changes: 1 addition & 1 deletion languages/ghostkit.pot
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-12-18T11:25:40+00:00\n"
"POT-Creation-Date: 2024-12-18T13:39:46+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.9.0\n"
"X-Domain: ghostkit\n"
Expand Down

0 comments on commit 29902b8

Please sign in to comment.