From cef8414866dd1750669f8cb7788e422835fa65f0 Mon Sep 17 00:00:00 2001 From: Marcin Wisnicki Date: Fri, 3 Jan 2014 16:33:42 +0100 Subject: [PATCH] Mix _.string into _ --- underscore.string/underscore.string-tests.disabled.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/underscore.string/underscore.string-tests.disabled.ts b/underscore.string/underscore.string-tests.disabled.ts index 34c76e13e..58ff509c0 100644 --- a/underscore.string/underscore.string-tests.disabled.ts +++ b/underscore.string/underscore.string-tests.disabled.ts @@ -1,6 +1,8 @@ /// /// +_.mixin(_['string'].exports()); + _.numberFormat(1000, 2); _.numberFormat(123456789.123, 5, '.', ',');