From a7889772425a50eb39cba376f136d43121204e24 Mon Sep 17 00:00:00 2001 From: Leonard Thieu Date: Mon, 19 Jun 2017 15:05:50 -0400 Subject: [PATCH] [angular] Add undocumented length property. --- types/angular/jqlite.d.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/types/angular/jqlite.d.ts b/types/angular/jqlite.d.ts index 4760e520fb..6a486b5452 100644 --- a/types/angular/jqlite.d.ts +++ b/types/angular/jqlite.d.ts @@ -644,6 +644,9 @@ interface JQuery { */ wrap(func: (index: number) => string | JQuery): JQuery; + // Undocumented + length: number; + // TODO: events, how to define? // $destroy