Remove obsolesced reference comments

This commit is contained in:
Ryan Cavanaugh
2016-04-27 21:53:46 -07:00
parent 337587de8c
commit fa204a87d1
610 changed files with 305 additions and 743 deletions

View File

@@ -1,5 +1,4 @@
/// <reference path="angular.throttle.d.ts" />
/// <reference path='../angularjs/angular.d.ts' />
var throttledFn = angular.throttle(function (someArg:any) {
return someArg;