commit 957b649fa8c11266eed5db26cc62b8f5d8dd469c
parent 2c424c2b583d3a81bbe2deb6523cd807570c603d
Author: Dan Stillman <dstillman@zotero.org>
Date: Sat, 10 Aug 2013 00:02:57 -0400
Remove another <Fx23 test
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/chrome/content/zotero/xpcom/data/item.js b/chrome/content/zotero/xpcom/data/item.js
@@ -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");
}