Merge pull request #3429 from nlundquist/patch-1

Export ViewModel and CollectionObservable
This commit is contained in:
Masahiro Wakame
2015-01-11 12:06:04 +09:00
+2
View File
@@ -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(