@types/angular
Advanced tools
Comparing version 1.6.24 to 1.6.25
@@ -23,2 +23,3 @@ // Project: http://jquery.com/ | ||
// Leonard Thieu <https://github.com/leonard-thieu> | ||
// Andre Wiggins <https://github.com/andrewiggins> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -670,3 +671,3 @@ | ||
interface JQueryStatic { | ||
(element: string | Element | Document): JQuery; | ||
(element: string | Element | Document | JQuery | ArrayLike<Element>): JQuery; | ||
} | ||
@@ -673,0 +674,0 @@ |
{ | ||
"name": "@types/angular", | ||
"version": "1.6.24", | ||
"version": "1.6.25", | ||
"description": "TypeScript definitions for Angular JS", | ||
@@ -32,4 +32,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "fac0577bcb93a2dc16e2b3ff4975368c2e075ccd82a1578281db352f51ced509", | ||
"typesPublisherContentHash": "0078510a872d947db411cf60c406d8944c4be921349f0d30bae6ec5a37cf64a6", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 28 Jun 2017 15:40:48 GMT | ||
* Last updated: Thu, 29 Jun 2017 13:32:10 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: angular, ng |
150002
2675