KoGrid icon indicating copy to clipboard operation
KoGrid copied to clipboard

Line 2067 KoGrid.Debug.js Missing Reference

Open joshualouden opened this issue 7 years ago • 0 comments

Greetings, I believe there is a bug on the line 2067 at

    mtch = b.match(dateRE);

I believe the reference should be: mtch = b.match(window.kg.sortService.dateRE);

Thanks.

joshualouden avatar Aug 27 '18 18:08 joshualouden