mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
change CRLF to LF
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user