Add a comment
This commit is contained in:
		| @@ -1,6 +1,7 @@ | ||||
| import * as _ from 'lodash'; | ||||
|  | ||||
| export const classUtils = { | ||||
|     // This is usefull for classes that have nested methods. Nested methods don't get binded out of the box. | ||||
|     bindAll(self: any, exclude: string[] = ['contructor'], thisArg?: any): void { | ||||
|         for (const key of Object.getOwnPropertyNames(self)) { | ||||
|             const val = self[key]; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user