Added module and inject to the 'global' or 'window' object.

This commit is contained in:
Bart Joy
2013-05-10 22:36:14 +12:00
parent 0a279c0e4b
commit ff43d9c144
+6
View File
@@ -6,6 +6,12 @@
/// <reference path="angular.d.ts" />
///////////////////////////////////////////////////////////////////////////////
// functions attached to global object (window)
///////////////////////////////////////////////////////////////////////////////
declare var module: (...modules: any[]) => any;
declare var inject: (...fns: Function[]) => any;
///////////////////////////////////////////////////////////////////////////////
// ngMock module (angular-mocks.js)
///////////////////////////////////////////////////////////////////////////////