Mercurial > hg > webaudioevaluationtool
diff interfaces/blank.js @ 1102:b5bf2f57187c
Merge
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Tue, 08 Mar 2016 14:44:14 +0000 |
parents | 0a15fa67bda1 |
children | 83b439322229 |
line wrap: on
line diff
--- a/interfaces/blank.js Wed Feb 24 14:00:10 2016 +0000 +++ b/interfaces/blank.js Tue Mar 08 14:44:14 2016 +0000 @@ -57,6 +57,9 @@ // Use storage.document.createElement('value'); to generate the XML node. }; + this.error = function() { + // If there is an error with the audioObject, this will be called to indicate a failure + } }; function resizeWindow(event)