diff --git a/underscore/underscore.d.ts b/underscore/underscore.d.ts index 7c8866214..5952cdea6 100644 --- a/underscore/underscore.d.ts +++ b/underscore/underscore.d.ts @@ -39,7 +39,7 @@ declare module _ { * Default value is '/<%-([\s\S]+?)%>/g'. **/ escape?: RegExp; - + /** * By default, 'template()' places the values from your data in the local scope via the 'with' statement. * However, you can specify a single variable name with this setting. @@ -5908,7 +5908,7 @@ interface _ChainSingle { value(): T; } interface _ChainOfArrays extends _Chain { - flatten(): _Chain; + flatten(shallow?: boolean): _Chain; } declare var _: UnderscoreStatic;