Skip to content

Commit e21a787

Browse files
committed
Cleanup indentation (forgot to set noexpandtab in vim).
1 parent f1e5b9b commit e21a787

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code_comments/htdocs/code-comments.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ var underscore = _.noConflict();
204204
self.$('textarea').val('');
205205
self.$el.dialog('close');
206206
},
207-
wait: true
207+
wait: true
208208
};
209209
this.collection.create({text: text, author: CodeComments.username, path: this.path, revision: CodeComments.revision, line: line, type: CodeComments.page}, options);
210210
},

0 commit comments

Comments
 (0)