DefinitelyTyped/bardjs
Giovanni Bassi 47b934362a Remove global module definition from angular-mocks
Because it conficts with commonjs.

See http://wiki.commonjs.org/wiki/Modules/1.1:

> In a module, there must be a free variable "module", that is an Object.

Also see the existing `module` declaration on:
27e02d6674/node/node.d.ts (L61)

Workaround is to use `angular.mock.module` instead of `module`.

Closes #2072
2015-08-19 16:47:20 -03:00
..
bardjs-tests.ts Remove global module definition from angular-mocks 2015-08-19 16:47:20 -03:00
bardjs.d.ts Started bardjs tests; Made some bardjs types more clear. 2015-07-15 17:08:47 -07:00