mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
Vendored
+1
-1
@@ -953,7 +953,7 @@ declare module 'plugins/http' {
|
||||
declare module 'plugins/observable' {
|
||||
function observable(obj: any, property: string): KnockoutObservable<any>;
|
||||
|
||||
module observable {
|
||||
namespace observable {
|
||||
/**
|
||||
* Converts an entire object into an observable object by re-writing its attributes using ES5 getters and setters. Attributes beginning with '_' or '$' are ignored.
|
||||
* @param {object} obj The target object to convert.
|
||||
|
||||
Reference in New Issue
Block a user