Skip to content
This repository was archived by the owner on Apr 16, 2019. It is now read-only.

Commit aa0cb78

Browse files
committed
Add method sort for array in afm object
1 parent 0b996e3 commit aa0cb78

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

appframework.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ if (!window.af || typeof(af) !== "function") {
412412
concat: emptyArray.concat,
413413
selector: _selector,
414414
oldElement: undefined,
415+
sort: emptyArray.sort,
415416
slice: emptyArray.slice,
416417
length: 0,
417418
/**

0 commit comments

Comments
 (0)