Merge pull request #2732 from CatoTH/bugfix-typo-in-variable-name

Typo in variable name
This commit is contained in:
Norman Jäckel 2016-12-05 12:58:56 +01:00 committed by GitHub
commit 8b6844675e

View File

@ -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() {