Mix _.string into _

This commit is contained in:
Marcin Wisnicki
2014-01-03 16:33:42 +01:00
parent bbdbcf91a4
commit cef8414866
@@ -1,6 +1,8 @@
/// <reference path='../underscore/underscore.d.ts' />
/// <reference path='underscore.string.d.ts' />
_.mixin(_['string'].exports());
_.numberFormat(1000, 2);
_.numberFormat(123456789.123, 5, '.', ',');