DefinitelyTyped/knockout
Steve Fenton b7008627b5 Removal of logChange method and explanation
logChange is an example of an extension, not part of the standard library. To add extensions, simply extend the interface outside of the definition file:

interface KnockoutExtenders {
    logChange(target: KnockoutObservableAny, option: string): KnockoutObservableAny;
}
2013-03-16 09:31:04 +00:00
..
tests adjusted knockout typings; added 'templating' tests; the test file structure was refactored; #312 2013-02-22 12:22:46 -03:00
all-tests.ts adjusted knockout typings; added 'templating' tests; the test file structure was refactored; #312 2013-02-22 12:22:46 -03:00
knockout.d.ts Removal of logChange method and explanation 2013-03-16 09:31:04 +00:00