Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gökhan Bora committed Oct 22, 2014
1 parent 165789b commit e6762d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RowSorter.js

// old_index is stored index of row in table/tbody before we have dragged the row.
// new_index is index of row in table/tbody after the row has been dragged.
console.log(table, row, index, old_index, new_index);
console.log(table, row, old_index, new_index);
}
```

Expand Down

0 comments on commit e6762d9

Please sign in to comment.