1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-04-26 20:16:38 +02:00

remove commented out code leftovers

This commit is contained in:
koalyptus 2018-09-17 19:34:50 +10:00
parent 62a55c8d95
commit e6049975ee
2 changed files with 1 additions and 3 deletions

View file

@ -4,7 +4,6 @@ import {
dateSortAsc, sortNumberStr, sortDateStr
} from '../sort';
import {isArray, isObj, isEmpty} from '../types';
// import {createOpt} from '../dom';
import {NUMBER, FORMATTED_NUMBER, DATE} from '../const';
/**

View file

@ -1,7 +1,6 @@
import {addEvt, cancelEvt, stopEvt, targetEvt, isKeyPressed} from './event';
import {
addClass, createElm/*, createOpt*/, elm, getText, getFirstTextNode,
removeClass, tag
addClass, createElm, elm, getText, getFirstTextNode, removeClass, tag
} from './dom';
import {contains, matchCase, rgxEsc, trim} from './string';
import {