From e8bffc22752470012f82745e0fabdddb44462416 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 21 Mar 2016 02:45:14 -0400 Subject: [PATCH] Remove Bluebird mod that may or may not still be necessary --- resource/bluebird.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/resource/bluebird.js b/resource/bluebird.js index 38fdb842cc..3fbd9f902b 100644 --- a/resource/bluebird.js +++ b/resource/bluebird.js @@ -5281,9 +5281,6 @@ function originatesFromRejection(e) { } function canAttachTrace(obj) { - // Added by Zotero - return obj && obj.stack && es5.propertyIsWritable(obj, "stack"); - return obj instanceof Error && es5.propertyIsWritable(obj, "stack"); }