We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f14822 commit ad90a47Copy full SHA for ad90a47
dev/tests/js/jasmine/tests/lib/mage/form.test.js
@@ -22,7 +22,7 @@ define([
22
elementId = '#' + id;
23
24
beforeEach(function () {
25
- var element = jQuery('<form id="' + id + '" action="action/url" method="GET" target="_self" ></form>');
+ var element = $('<form id="' + id + '" action="action/url" method="GET" target="_self" ></form>');
26
27
element.appendTo('body');
28
});
0 commit comments