fixed typo

This commit is contained in:
Dolan Miu
2016-04-06 04:10:51 +01:00
parent 2723f890f3
commit 6ac446f93a

View File

@ -56,7 +56,7 @@ export class Keywords extends Component implements XmlComponent {
private keywords: Object; private keywords: Object;
xmlKeys = { xmlKeys = {
keywords: "dc:keywords" keywords: "cp:keywords"
} }
constructor(value: string) { constructor(value: string) {
@ -84,7 +84,7 @@ export class LastModifiedBy extends Component implements XmlComponent {
private lastModifiedBy: Object; private lastModifiedBy: Object;
xmlKeys = { xmlKeys = {
lastModifiedBy: "dc:lastModifiedBy" lastModifiedBy: "cp:lastModifiedBy"
} }
constructor(value: string) { constructor(value: string) {
@ -98,7 +98,7 @@ export class Revision extends Component implements XmlComponent {
private revision: Object; private revision: Object;
xmlKeys = { xmlKeys = {
revision: "dc:revision" revision: "cp:revision"
} }
constructor(value: string) { constructor(value: string) {