Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
c0ff3m4kr committed Sep 16, 2014
1 parent ef1964e commit 7e4b01f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SelecTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ SelecTable.prototype.unselectAll = function()

// Export
window['SelecTable'] = SelecTable;
Select.prototype['getSelectedRow'] = SelecTable.prototype.getSelectedRow;
window['SelecTable'].prototype['getSelectedRow'] = SelecTable.prototype.getSelectedRow;
// SelecTable.prototype['select'] = SelecTable.prototype.select;
// SelecTable.prototype['unselect'] = SelecTable.prototype.unselect;
// SelecTable.prototype['toggle'] = SelecTable.prototype.toggle;
2 changes: 1 addition & 1 deletion SelecTable.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7e4b01f

Please sign in to comment.