Stop relying on group split matching to keep separators
"string.path".split(/\./) should return: ["string", ".", "path"] This is not the case in IE8. IE returns: ["string", "path"] Instead do the split discarding the separators, get model and keypath from this array. Check unsplit path to se if the string has a bypass separator to set the option flag. This should probably be tested.
Showing
1 changed file
with
7 additions
and
6 deletions
-
Please register or sign in to post a comment