diff --git a/underscore/underscore.d.ts b/underscore/underscore.d.ts index 23a2494516..8f8e32d370 100644 --- a/underscore/underscore.d.ts +++ b/underscore/underscore.d.ts @@ -162,7 +162,7 @@ interface UnderscoreStatic { **/ map( object: _.Dictionary, - iterator: _.ObjectIterator , + iterator: _.ObjectIterator, context?: any): TResult[];