Commit 728fe3f9 authored by Andreas Wachowski's avatar Andreas Wachowski

style: Be consistent and use tabs

parent b17927ae
......@@ -176,7 +176,7 @@
// internal computed observable that fires whenever anything changes in our todos
ko.computed(function () {
// store a clean copy to local storage, which also creates a dependency on
// the observableArray and all observables in each item
// the observableArray and all observables in each item
localStorage.setItem('todos-knockoutjs', ko.toJSON(this.todos));
}.bind(this)).extend({
rateLimit: { timeout: 500, method: 'notifyWhenChangesStop' }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment