Typo in variable name
This commit is contained in:
parent
dbfa470ee0
commit
940fb14ad6
@ -279,7 +279,7 @@ angular.module('OpenSlidesApp.motions.pdf', ['OpenSlidesApp.core.pdf'])
|
|||||||
|
|
||||||
// getters
|
// getters
|
||||||
var getTitle = function() {
|
var getTitle = function() {
|
||||||
return motion.getTitle($scope.verion);
|
return motion.getTitle($scope.version);
|
||||||
};
|
};
|
||||||
|
|
||||||
var getIdentifier = function() {
|
var getIdentifier = function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user