Remove another <Fx23 test

This commit is contained in:
Dan Stillman 2013-08-10 00:02:57 -04:00
parent 2c424c2b58
commit 957b649fa8

View file

@ -2971,10 +2971,6 @@ Zotero.Item.prototype.fileExistsAsync = function () {
return self._fileExists;
}
if (Zotero.platformMajorVersion < 23) {
return self.fileExists();
}
if (!self.isAttachment()) {
throw new Error("Zotero.Item.fileExistsAsync() can only be called on attachment items");
}