Merge pull request #759 from yelly/master

Remove breakpoints sort
This commit is contained in:
Rob G 2014-11-01 15:44:43 -05:00
commit c6c7a9d355

View File

@ -120,7 +120,6 @@ tsColSel = ts.columnSelector = {
if (wo.columnSelector_mediaquery) {
// used by window resize function
colSel.lastIndex = -1;
wo.columnSelector_breakpoints.sort();
tsColSel.updateBreakpoints(c, wo);
c.$table
.off('updateAll' + namespace)