www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 3f934828d005067ff0ff9ae59636bfc78a00d90a
parent dcdef746e569b3c336cc099587851517cd53948d
Author: Simon Kornblith <simon@simonster.com>
Date:   Sun, 30 May 2010 12:43:26 +0000

fix typo


Diffstat:
Mchrome/content/zotero/xpcom/style.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/style.js b/chrome/content/zotero/xpcom/style.js @@ -346,7 +346,7 @@ Zotero.Style = function(file) { this.styleID = Zotero.Styles.ios.newFileURI(this.file).spec; this.title = file.leafName.substr(0, file.leafName.length-4); this.updated = Zotero.Date.dateToSQL(new Date(file.lastModifiedTime)); - this._versino = "0.8"; + this._version = "0.8"; } else if(extension == ".csl") { // "with ({});" needed to fix default namespace scope issue // See https://bugzilla.mozilla.org/show_bug.cgi?id=330572