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;