# HG changeset patch # User Nicholas Jillings # Date 1457954886 0 # Node ID cad1178196b467dcdf378e6fd93a4fa68ad10638 # Parent ecca9c11d2f24857c3c7fb05e715d7395f237060 Small fixes for #1668 diff -r ecca9c11d2f2 -r cad1178196b4 core.js --- a/core.js Sun Mar 13 15:33:36 2016 +0000 +++ b/core.js Mon Mar 14 11:28:06 2016 +0000 @@ -2388,6 +2388,7 @@ this.marker = null; this.enforce = false; this.gain = 0.0; + this.label = null; this.schema = specification.schema.getAllElementsByName('audioelement')[0];; this.parent = null; this.decode = function(parent,xml) diff -r ecca9c11d2f2 -r cad1178196b4 test_create/attributes.json --- a/test_create/attributes.json Sun Mar 13 15:33:36 2016 +0000 +++ b/test_create/attributes.json Mon Mar 14 11:28:06 2016 +0000 @@ -19,5 +19,6 @@ "url": "URL", "gain": "Gain (dB)", "marker": "Marker", - "boxsize": "Box Size" + "boxsize": "Box Size", + "label": "Label" }