mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
2
angular.throttle/angular.throttle.d.ts
vendored
2
angular.throttle/angular.throttle.d.ts
vendored
@@ -5,7 +5,7 @@
|
||||
|
||||
/// <reference path='../angularjs/angular.d.ts' />
|
||||
|
||||
declare module angular {
|
||||
declare namespace angular {
|
||||
interface IAngularStatic {
|
||||
throttle:( fn:Function, throttle:number, options?:{leading?:boolean; trailing?:boolean;} ) => Function;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user