Added more missing semicolons.

This commit is contained in:
Drew Noakes
2013-11-20 13:43:20 +00:00
parent 28291d17b6
commit 2b24f36c76
+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