Knockout-Contrib / Knockout-Contrib/KoGrid
Line 2067 KoGrid.Debug.js Missing Reference
Open
- Dominant language
- JavaScript
- Stars
- 277
- Forks
- 124
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Research direction
Open KoGrid.Debug.js at line 2067 and inspect the date-matching expression in context. Confirm the referenced date regular expression is available there, then verify that the date-sorting behavior works with the corrected reference.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100