# HG changeset patch # User Nicholas Jillings # Date 1429724224 -3600 # Node ID 4924b57165c23ca61015aa69649a6de2cf89bfe1 # Parent 438468ff317e6b66d95bc989850cf7a726cd6332# Parent c6bff12144a0251702ea01fba14d9ec73823e017 Version 1.0 Release! diff -r c6bff12144a0 -r 4924b57165c2 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 c6bff12144a0 -r 4924b57165c2 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 c6bff12144a0 -r 4924b57165c2 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