Merge pull request #3903 from wfortin/patch-1

Update underscore.string.ts to support new  3.0.0 api
This commit is contained in:
Masahiro Wakame
2015-03-21 13:04:09 +09:00
+2
View File
@@ -10,6 +10,8 @@ interface UnderscoreStatic {
string: UnderscoreStringStatic;
}
declare var s : UnderscoreStringStatic;
interface UnderscoreStringStatic extends UnderscoreStringStaticExports {
/**
* Tests if string contains a substring.