# HG changeset patch # User Nicholas Jillings # Date 1429724224 -3600 # Node ID 55e8ab1912278fee8b99bfaaebb4fe80bd2ad461 # Parent 2b3f19c4f607ea11db0e4772c9c4c64e6d09c8ab# Parent fef9e8337cfddd4bc816aa7d1e41df84debadebd Version 1.0 Release! diff -r 2b3f19c4f607 -r 55e8ab191227 ape.js --- a/ape.js Wed Apr 22 18:34:56 2015 +0100 +++ b/ape.js Wed Apr 22 18:37:04 2015 +0100 @@ -3,16 +3,6 @@ * Create the APE interface */ -/* - * - * WARNING!!! - * - * YOU ARE VIEWING THE DEV VERSION. THERE IS NO GUARANTEE THIS WILL BE FULLY FUNCTIONAL - * - * WARNING!!! - * - */ - var currentState; // Keep track of the current state (pre/post test, which test, final test? first test?) // preTest - In preTest state // testRun-ID - In test running, test Id number at the end 'testRun-2' diff -r 2b3f19c4f607 -r 55e8ab191227 apeTool.html --- a/apeTool.html Wed Apr 22 18:34:56 2015 +0100 +++ b/apeTool.html Wed Apr 22 18:37:04 2015 +0100 @@ -3,14 +3,6 @@ - - diff -r 2b3f19c4f607 -r 55e8ab191227 core.js --- a/core.js Wed Apr 22 18:34:56 2015 +0100 +++ b/core.js Wed Apr 22 18:37:04 2015 +0100 @@ -5,20 +5,6 @@ * Also contains all global variables. */ - -/* - * - * WARNING!!! - * - * YOU ARE VIEWING THE DEV VERSION. THERE IS NO GUARANTEE THIS WILL BE FULLY FUNCTIONAL - * - * WARNING!!! - * - */ - - - - /* create the web audio API context and store in audioContext*/ var audioContext; // Hold the browser web audio API var projectXML; // Hold the parsed setup XML