# HG changeset patch # User Nicholas Jillings # Date 1449857034 0 # Node ID 17a2b99622c05ee059b680104b912e44cffe19d0 # Parent 3fb85ae8fced836cc0091a10491934ce3bf84154 Synced Specification object. Test create decodes and encodes gain attributes (not implemented in HTML yet) diff -r 3fb85ae8fced -r 17a2b99622c0 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