Update underscore.string.ts to support new 3.0.0 api

The prebuild library now exports a `s` instead of beign embedded in `_.str`
See changelog :  https://github.com/epeli/underscore.string/blob/master/CHANGELOG.markdown#300

I've kept the interface UnderscoreStatic to support 2.x
This commit is contained in:
William Fortin
2015-03-18 16:51:22 -04:00
parent 90e4370042
commit 66a3ac01bd
+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.