mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Merge branch 'update-angularjs' into removing-extraneous-for-daptiv-type-definitions
Conflicts: angularjs/angular-mocks.d.ts
This commit is contained in:
3
angularjs/angular-mocks.d.ts
vendored
3
angularjs/angular-mocks.d.ts
vendored
@@ -2,7 +2,6 @@
|
||||
// Project: http://angularjs.org
|
||||
// Definitions: https://github.com/daptiv/DefinitelyTyped
|
||||
|
||||
|
||||
/// <reference path="angular.d.ts" />
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
@@ -27,7 +26,7 @@ declare module ng {
|
||||
interface IMockStatic {
|
||||
// see http://docs.angularjs.org/api/angular.mock.dump
|
||||
dump(obj: any): string;
|
||||
|
||||
|
||||
// see http://docs.angularjs.org/api/angular.mock.inject
|
||||
inject(...fns: Function[]): any;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user