summaryrefslogtreecommitdiff
path: root/morphic.js
diff options
context:
space:
mode:
Diffstat (limited to 'morphic.js')
-rw-r--r--morphic.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/morphic.js b/morphic.js
index fe2cc8b..0b20eb5 100644
--- a/morphic.js
+++ b/morphic.js
@@ -8895,8 +8895,9 @@ ScrollFrameMorph.prototype.mouseScroll = function (y, x) {
// ScrollFrameMorph duplicating:
-ScrollFrameMorph.prototype.updateReferences = function () {
+ScrollFrameMorph.prototype.updateReferences = function (map) {
var self = this;
+ ScrollFrameMorph.uber.updateReferences.call(this, map);
if (this.hBar) {
this.hBar.action = function (num) {
self.contents.setPosition(