# HG changeset patch # User Nicholas Jillings # Date 1449857034 0 # Node ID 141482fa64feec14f8cc4757e6595f8b6f6fc8b9 # Parent 3539d6c992e4eb40a1eca30098f84819b17eaaec Synced Specification object. Test create decodes and encodes gain attributes (not implemented in HTML yet) diff -r 3539d6c992e4 -r 141482fa64fe core.js --- a/core.js Fri Dec 11 17:33:14 2015 +0000 +++ b/core.js Fri Dec 11 18:03:54 2015 +0000 @@ -1548,7 +1548,7 @@ } // New check if we need to randomise the test order - if (this.randomiseOrder) + if (this.randomiseOrder && typeof randomiseOrder === "function") { this.audioHolders = randomiseOrder(this.audioHolders); for (var i=0; i