Skip to content

Commit 7768fd2

Browse files
authored
Add missing space (Close #33)
1 parent 87fca06 commit 7768fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/weltmeister/weltmeister.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ wm.Weltmeister = ig.Class.extend({
465465
dataType: 'json',
466466
async: false,
467467
data: postString,
468-
success:this.saveResponse.bind(this)
468+
success: this.saveResponse.bind(this)
469469
});
470470
},
471471

0 commit comments

Comments
 (0)