From 6b7735c3cff122fe669d80c8a41ee9be5447c70f Mon Sep 17 00:00:00 2001 From: Patrick Steele-Idem Date: Wed, 18 Jun 2014 21:35:36 -0600 Subject: [PATCH] Added "isRenderContext" flag to avoid instance of check --- lib/Context.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Context.js b/lib/Context.js index 50a2e3be9..71dfe01b8 100644 --- a/lib/Context.js +++ b/lib/Context.js @@ -164,6 +164,8 @@ Context.DEFAULT_TIMEOUT = 10000; Context.prototype = { constructor: Context, + + isRenderContext: Context, getAttributes: function () { return this.attributes;