diff core.js @ 1096:9820063ea96a

Bug #1652 and Feature #1650 fixes. You can specify the track labels through page attribute 'label' ('default', 'none', 'number', 'letter', 'capital'). Updated examples to match schema
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Thu, 10 Mar 2016 16:16:16 +0000
parents 6dac24365cfe
children ba6b9e1aaef5
line wrap: on
line diff
--- a/core.js	Thu Mar 10 15:33:39 2016 +0000
+++ b/core.js	Thu Mar 10 16:16:16 2016 +0000
@@ -2180,6 +2180,7 @@
 		this.showElementComments = undefined;
 		this.outsideReference = null;
 		this.loudness = null;
+        this.label = null;
 		this.preTest = null;
 		this.postTest = null;
 		this.interfaces = [];