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 9e53105 commit a46a395Copy full SHA for a46a395
dev/tests/js/jasmine/tests/lib/mage/gallery/gallery.test.js
@@ -131,7 +131,7 @@ define([
131
originSpy = $.fn.data;
132
jqueryDataMock = {
133
setOptions: jasmine.createSpy().and.returnValue(true),
134
- updateOptions: jasmine.createSpy().and.returnValue(true),
+ updateOptions: jasmine.createSpy().and.returnValue(true)
135
};
136
spyOn($.fn, 'data').and.callFake(function () {
137
return jqueryDataMock;
0 commit comments