Merge pull request #2732 from CatoTH/bugfix-typo-in-variable-name
Typo in variable name
This commit is contained in:
commit
8b6844675e
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user