From 940fb14ad650ee6fbd8b83405279d4bc30698b0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Ho=CC=88=C3=9Fl?= Date: Sat, 3 Dec 2016 14:50:39 +0100 Subject: [PATCH] Typo in variable name --- openslides/motions/static/js/motions/pdf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openslides/motions/static/js/motions/pdf.js b/openslides/motions/static/js/motions/pdf.js index 8c3182e00..1be009425 100644 --- a/openslides/motions/static/js/motions/pdf.js +++ b/openslides/motions/static/js/motions/pdf.js @@ -279,7 +279,7 @@ angular.module('OpenSlidesApp.motions.pdf', ['OpenSlidesApp.core.pdf']) // getters var getTitle = function() { - return motion.getTitle($scope.verion); + return motion.getTitle($scope.version); }; var getIdentifier = function() {