Update underscore.string to latest underscore

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