diff core.js @ 32:2b9bcac771a8 Dev_main

Added dev-main branch warning at top of files
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Fri, 10 Apr 2015 10:25:52 +0100
parents b826d3640725
children c61a92659541
line wrap: on
line diff
--- a/core.js	Fri Apr 10 10:20:52 2015 +0100
+++ b/core.js	Fri Apr 10 10:25:52 2015 +0100
@@ -5,6 +5,20 @@
  * 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;
 var projectXML;