comparison js/core.js @ 2718:65c19c3f45c4

Minor ref errors
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Fri, 14 Apr 2017 16:16:03 +0100
parents 723e1e5bae6f
children d30222a70f2d
comparison
equal deleted inserted replaced
2717:723e1e5bae6f 2718:65c19c3f45c4
2319 2319
2320 this.resizeWindow = function (event) { 2320 this.resizeWindow = function (event) {
2321 popup.resize(event); 2321 popup.resize(event);
2322 this.volume.resize(); 2322 this.volume.resize();
2323 this.lightbox.resize(); 2323 this.lightbox.resize();
2324 this.commentBoxes.forEach(function (elem) { 2324 this.commentBoxes.boxes.forEach(function (elem) {
2325 elem.resize(); 2325 elem.resize();
2326 }); 2326 });
2327 this.commentQuestions.forEach(function (elem) { 2327 this.commentQuestions.forEach(function (elem) {
2328 elem.resize(); 2328 elem.resize();
2329 }); 2329 });