Add amd definition for knockout.mapping

This commit is contained in:
SomaticIT
2014-02-25 22:40:08 +01:00
parent c797c267fd
commit 31b03fb9b8

View File

@@ -46,3 +46,7 @@ interface KnockoutMapping {
interface KnockoutStatic {
mapping: KnockoutMapping;
}
declare module "knockout.mapping" {
export = KnockoutMapping;
}