Update sinon.d.ts

I updated sinon to export for RequireJs with a declare statement at the bottom of the document.
This commit is contained in:
Sobieck00
2014-01-11 07:37:32 -06:00
parent 39346518f1
commit 78a57d6e37
+4
View File
@@ -390,3 +390,7 @@ interface SinonStatic {
}
declare var sinon: SinonStatic;
declare module "sinon" {
export = sinon;
}