Skip to content
This repository was archived by the owner on Apr 2, 2019. It is now read-only.

Commit 721f74c

Browse files
committed
Fix whitespace
1 parent 7ca11d4 commit 721f74c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/body.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ var Body = Backgrid.Body = Backbone.View.extend({
6969
emptyText: this.emptyText,
7070
columns: this.columns
7171
});
72-
72+
7373
this.rows.unshift(this.emptyRow);
7474
return true
7575
}
@@ -356,10 +356,10 @@ var Body = Backgrid.Body = Backbone.View.extend({
356356
var i = this.collection.indexOf(model);
357357
var j = this.columns.indexOf(column);
358358
var cell, renderable, editable, m, n;
359-
359+
360360
// return if model being edited in a different grid
361361
if (j === -1) return this;
362-
362+
363363
this.rows[i].cells[j].exitEditMode();
364364

365365
if (command.moveUp() || command.moveDown() || command.moveLeft() ||

0 commit comments

Comments
 (0)