Skip to content

Commit ec4cb4d

Browse files
Merge branch 'pr/1112'
2 parents 1d8b40b + 8a049ac commit ec4cb4d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Source/Interface/HtmlTable.Select.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,6 @@ HtmlTable = Class.refactor(HtmlTable, {
113113
return this.selectedRows;
114114
},
115115

116-
getSelected: function(){
117-
return this.selectedRows;
118-
},
119-
120116
serialize: function(){
121117
var previousSerialization = this.previous.apply(this, arguments) || {};
122118
if (this.options.selectable){
@@ -182,10 +178,6 @@ HtmlTable = Class.refactor(HtmlTable, {
182178
this.selectRange(startRow, endRow, true);
183179
},
184180

185-
getSelected: function(){
186-
return this.selectedRows;
187-
},
188-
189181
/*
190182
Private methods:
191183
*/

0 commit comments

Comments
 (0)