Merge pull request #1302 from drewnoakes/patch-1

lodash.d.ts: Added more missing semicolons
This commit is contained in:
Basarat Ali Syed
2013-11-20 12:50:49 -08:00
+2 -2
View File
@@ -3201,12 +3201,12 @@ declare module _ {
/**
* @see _.functions
**/
functions(): _.LoDashArrayWrapper<string>
functions(): _.LoDashArrayWrapper<string>;
/**
* @see _.functions
**/
methods(): _.LoDashArrayWrapper<string>
methods(): _.LoDashArrayWrapper<string>;
}
//_.has