The changes fixes such it work with 1.0

Its also back compatible.
This commit is contained in:
Poul Kjeldager Sørensen
2014-04-05 10:16:53 +02:00
parent 097542cd03
commit 97911421e2
+2 -1
View File
@@ -48,5 +48,6 @@ interface KnockoutStatic {
}
declare module "knockout.mapping" {
export = KnockoutMapping;
export = mapping;
}
declare var mapping: KnockoutMapping;