Fix typo
This commit is contained in:
@@ -70,7 +70,7 @@ define([
|
|||||||
break;
|
break;
|
||||||
case 'ooslide':
|
case 'ooslide':
|
||||||
file.type = 'pptx';
|
file.type = 'pptx';
|
||||||
file.title = titl + '.pptx' || 'presentation.pptx';
|
file.title = title + '.pptx' || 'presentation.pptx';
|
||||||
file.doc = 'presentation';
|
file.doc = 'presentation';
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user