Comparing version 1.0.19 to 1.0.20
@@ -26,3 +26,3 @@ { | ||
"typings": "src/lanurite.d.ts", | ||
"version": "1.0.19", | ||
"version": "1.0.20", | ||
"license": "MIT", | ||
@@ -29,0 +29,0 @@ "repository": { |
@@ -77,3 +77,3 @@ import {baseCollection} from "../base/collection"; | ||
find(predicate: any, startIndex: number = 0): baseModel | undefined { | ||
find(predicate: any, startIndex: number = 0) { | ||
return _.find(_.values(this._models), predicate, startIndex); | ||
@@ -80,0 +80,0 @@ } |
Sorry, the diff of this file is too big to display
185665
26
3500