From 722c799832c5b88247b5dce64777247e5ff21d7b Mon Sep 17 00:00:00 2001 From: Dang Tran Date: Thu, 30 Jan 2014 16:03:03 -0800 Subject: [PATCH] =?UTF-8?q?added=20=E2=80=9CfindWhere=E2=80=9D=20to=20coll?= =?UTF-8?q?ections?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backbone/backbone.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/backbone/backbone.d.ts b/backbone/backbone.d.ts index aad4cffde..b3b8856e8 100644 --- a/backbone/backbone.d.ts +++ b/backbone/backbone.d.ts @@ -175,6 +175,7 @@ declare module Backbone { sort(options?: Silenceable): Collection; unshift(model: Model, options?: AddOptions): Model; where(properies: any): Model[]; + findWhere(properties: any): Model; _prepareModel(attrs?: any, options?: any): any; _removeReference(model: Model): void;