change CRLF to LF

This commit is contained in:
Horiuchi_H
2016-02-08 12:01:16 +09:00
parent 61116b13d0
commit bc92442c07
14 changed files with 12985 additions and 12985 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ mapping.fromJS(inputJSON, {
return mapping.fromJS(options.data);
},
update: (options: KnockoutMappingUpdateOptions) => {
return mapping.fromJS(options.data, options.target);
return mapping.fromJS(options.data, options.target);
}
}
});