Skip to content

Commit 334a84e

Browse files
author
Mateusz Krzeszowiak
committed
Fix static tests
1 parent 5c5d32f commit 334a84e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/web/mage/apply/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ define([
3232
fn = fn.bind(null, config, el);
3333
} else {
3434
$el = $(el);
35+
3536
if ($el[component]) {
3637
fn = $el[component].bind($el, config);
3738
}

0 commit comments

Comments
 (0)