diff interfaces/AB.js @ 2387:5b755f508e2e

Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
author Brecht De Man <b.deman@qmul.ac.uk>
date Fri, 20 May 2016 20:18:49 +0200
parents 5b23f2e05207
children 8f4b70c56e87
line wrap: on
line diff
--- a/interfaces/AB.js	Fri May 20 20:17:57 2016 +0200
+++ b/interfaces/AB.js	Fri May 20 20:18:49 2016 +0200
@@ -5,7 +5,7 @@
 	// Get the dimensions of the screen available to the page
 	var width = window.innerWidth;
 	var height = window.innerHeight;
-	interfaceContext.insertPoint.innerHTML = null; // Clear the current schema
+	interfaceContext.insertPoint.innerHTML = ""; // Clear the current schema
 	
 	// Custom comparator Object
 	Interface.prototype.comparator = null;
@@ -325,7 +325,7 @@
 	};
 	
 	this.boxHolders = document.getElementById('box-holders');
-	this.boxHolders.innerHTML = null;
+	this.boxHolders.innerHTML = "";
 	this.comparators = [];
 	this.selected = null;