fix typo
This commit is contained in:
parent
dcdef746e5
commit
3f934828d0
|
@ -346,7 +346,7 @@ Zotero.Style = function(file) {
|
||||||
this.styleID = Zotero.Styles.ios.newFileURI(this.file).spec;
|
this.styleID = Zotero.Styles.ios.newFileURI(this.file).spec;
|
||||||
this.title = file.leafName.substr(0, file.leafName.length-4);
|
this.title = file.leafName.substr(0, file.leafName.length-4);
|
||||||
this.updated = Zotero.Date.dateToSQL(new Date(file.lastModifiedTime));
|
this.updated = Zotero.Date.dateToSQL(new Date(file.lastModifiedTime));
|
||||||
this._versino = "0.8";
|
this._version = "0.8";
|
||||||
} else if(extension == ".csl") {
|
} else if(extension == ".csl") {
|
||||||
// "with ({});" needed to fix default namespace scope issue
|
// "with ({});" needed to fix default namespace scope issue
|
||||||
// See https://bugzilla.mozilla.org/show_bug.cgi?id=330572
|
// See https://bugzilla.mozilla.org/show_bug.cgi?id=330572
|
||||||
|
|
Loading…
Reference in New Issue
Block a user