Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 3cc2684

Browse files
committed
Trailing spaces removed
1 parent 25158c5 commit 3cc2684

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/guides/v2.3/howdoi/checkout/checkout_new_step.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,16 +215,16 @@ Create a mixin as follows:
215215
'use strict';
216216

217217
var mixin = {
218-
218+
219219
initialize: function () {
220220
// set visible to be initially false to have your step show first
221221
this.isVisible = ko.observable(false);
222222
this._super();
223-
223+
224224
return this;
225225
}
226226
};
227-
227+
228228
return function (target) {
229229
return target.extend(mixin);
230230
};

0 commit comments

Comments
 (0)