- 10 Aug, 2012 12 commits
-
-
- 09 Aug, 2012 1 commit
-
-
- 08 Aug, 2012 3 commits
-
-
- 06 Aug, 2012 8 commits
-
-
-
-
-
-
-
"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.
Philip Harrison committed -
-
- 05 Aug, 2012 3 commits
-
-
- 04 Aug, 2012 6 commits
-
-
- 02 Aug, 2012 7 commits
-
-
-
-
-
…subscribe won't overwrite the existing wrapped function, making the binding unbindable.
Michael Richards committed -
Numeric zero and boolean false displayed as '0' and 'false' instead of ''
Michael Richards committed -