Fixed null.toString() bug that happened when a key data bind was null;
Also added support for IE matcher flavor when parsing data-bind attributes. When a group is not matched in IE 7, for example, it is not undefined but instead returned as an empty string.
Fixed null.toString() bug that happened when a key data bind was null;
Also added support for IE matcher flavor when parsing data-bind attributes. When a group is not matched in IE 7, for example, it is not
undefined
but instead returned as an empty string.