Skip to content

Commit 2f6be42

Browse files
sort tamperingList, #61, while waiting on creepy
1 parent e34af34 commit 2f6be42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/prototypeLies.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ function outputPrototypeLies() {
709709
// gRun: snapshot
710710
if (gRun) {
711711
gLies = lieList
712-
gLiesProxy = tamperingList
712+
gLiesProxy = tamperingList.sort()
713713
gLiesDetail = lieDetail
714714
if (lieCount == 0) {
715715
dom.prototypehash = "none"

0 commit comments

Comments
 (0)