comparison interfaces/ape.js @ 2980:68e5a789702f

JSHinting project
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Fri, 12 Jan 2018 15:49:54 +0000
parents 64a5603831e2
children 95e946ee225b
comparison
equal deleted inserted replaced
2979:d5432dd0924e 2980:68e5a789702f
585 this.imageHolder.setImage(interfaceObject.image || ""); 585 this.imageHolder.setImage(interfaceObject.image || "");
586 return; 586 return;
587 } 587 }
588 var imgurl = node.specification.image || interfaceObject.image || ""; 588 var imgurl = node.specification.image || interfaceObject.image || "";
589 this.imageHolder.setImage(imgurl); 589 this.imageHolder.setImage(imgurl);
590 } 590 };
591 } 591 }
592 592
593 function sliderObject(audioObject, interfaceObjects, index) { 593 function sliderObject(audioObject, interfaceObjects, index) {
594 // Create a new slider object; 594 // Create a new slider object;
595 this.parent = audioObject; 595 this.parent = audioObject;