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

Commit 973a24b

Browse files
author
Ian Maffett
committed
Merge pull request #637 from pabloalcaraz/patch-1
Add method sort for array in afm object
2 parents 94a1638 + aa0cb78 commit 973a24b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)