Update inversify-global-tests.ts

This commit is contained in:
Remo H. Jansen
2016-03-11 09:54:50 +00:00
parent 867798fdbe
commit 880f9d3389
+1 -1
View File
@@ -12,7 +12,7 @@ module global_module_test {
}
interface IShuriken {
throw();
throw(): string;
}
class Katana implements IKatana {