Skip to content

Commit e456286

Browse files
committed
renamed method to change
1 parent cfc143c commit e456286

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/breinify-unsubscribe.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
});
119119
},
120120

121-
unsubscribe: function (status, callback, code) {
121+
change: function (status, callback, code) {
122122
var token = _private.getUnsubscribeToken(this);
123123
code = _private.getCode(code);
124124

dist/breinify-unsubscribe.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/plugins/Unsubscribe.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
});
119119
},
120120

121-
unsubscribe: function (status, callback, code) {
121+
change: function (status, callback, code) {
122122
var token = _private.getUnsubscribeToken(this);
123123
code = _private.getCode(code);
124124

0 commit comments

Comments
 (0)