mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
renaming to angular.throttle
This commit is contained in:
parent
eb2d3502ca
commit
bfefac3091
@ -1,4 +1,4 @@
|
||||
/// <reference path="angular-throttle.d.ts" />
|
||||
/// <reference path="angular.throttle.d.ts" />
|
||||
/// <reference path='../angularjs/angular.d.ts' />
|
||||
|
||||
var throttledFn = angular.throttle(function (someArg:any) {
|
||||
@ -1,4 +1,4 @@
|
||||
// Type definitions for angular-throttle
|
||||
// Type definitions for angular.throttle
|
||||
// Project: https://github.com/BaggersIO/angular.throttle
|
||||
// Definitions by: Stefan Steinhart <https://github.com/reppners>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
Loading…
Reference in New Issue
Block a user