Merge pull request #1988 from s093294/patch-1

The changes fixes such it work with 1.0
This commit is contained in:
Basarat Ali Syed
2014-04-05 20:25:14 +11:00
+2 -1
View File
@@ -48,5 +48,6 @@ interface KnockoutStatic {
}
declare module "knockout.mapping" {
export = KnockoutMapping;
export = mapping;
}
declare var mapping: KnockoutMapping;