1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-05 04:18:01 +00:00

Missing semicolon

This commit is contained in:
Jermolene
2014-03-24 21:35:48 +00:00
parent cb2653aee0
commit 3ce2159a95

View File

@@ -25,7 +25,7 @@ var ZoominListView = function(listWidget) {
}
domNode.style.position = "absolute";
});
}
};
ZoominListView.prototype.navigateTo = function(historyInfo) {
var duration = $tw.utils.getAnimationDuration(),