Skip to content

Commit dde585c

Browse files
committed
Shorthand method definition syntax replaced with standard one
1 parent ae7f764 commit dde585c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/mage/sticky.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ define([
1717
stickyClass: '_sticky'
1818
},
1919

20-
_optionToNumber(option) {
20+
_optionToNumber: function (option) {
2121
var value = this.options[option] || 0;
2222
if (typeof value === 'function') {
2323
value = this.options[option]();

0 commit comments

Comments
 (0)