mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-29 11:12:23 +08:00
Merge pull request #3429 from nlundquist/patch-1
Export ViewModel and CollectionObservable
This commit is contained in:
Vendored
+2
@@ -163,6 +163,8 @@ declare module Knockback {
|
||||
}
|
||||
|
||||
interface Static extends Utils {
|
||||
ViewModel;
|
||||
CollectionObservable;
|
||||
collectionObservable(model?: Backbone.Collection<Backbone.Model>, options?: CollectionOptions): CollectionObservable;
|
||||
/** Base class for observing model attributes. */
|
||||
observable(
|
||||
|
||||
Reference in New Issue
Block a user