Comparing version 1.4.0-build-51 to 1.4.0-build-52
{ | ||
"name": "ractive", | ||
"description": "Next-generation DOM manipulation", | ||
"version": "1.4.0-build-51", | ||
"version": "1.4.0-build-52", | ||
"homepage": "https://ractive.js.org", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -342,4 +342,5 @@ // Type definitions for Ractive edge | ||
* @param keypath | ||
* @param compareFunction A function that defines the sort order. | ||
*/ | ||
sort(keypath: string): ArraySplicePromise; | ||
sort<Item>(keypath: string, compareFunction?: (a: Item, b: Item) => number): ArraySplicePromise; | ||
@@ -1477,4 +1478,5 @@ /** | ||
* @param keypath | ||
* @param compareFunction A function that defines the sort order. | ||
*/ | ||
sort(keypath: string): ArraySplicePromise; | ||
sort<Item>(keypath: string, compareFunction?: (a: Item, b: Item) => number): ArraySplicePromise; | ||
@@ -1481,0 +1483,0 @@ /** |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
8060031
61205