Changed definitions in knockout.deferred.updates related to previous changes in knockout

deferUpdates define in KnockoutSubscription
This commit is contained in:
Igor Oleinikov
2013-10-27 23:22:03 +04:00
parent 5a2c16ed29
commit d0c36de348

View File

@@ -30,7 +30,7 @@ interface KnockoutComputedStatic {
deferUpdates: boolean;
}
interface KnockoutComputedFunctions {
interface KnockoutSubscription {
deferUpdates: boolean;
}