From b2fb7e6e7a9de1ea68004aa5d9239b2204d2c88d Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Tue, 21 Jul 2015 14:03:12 -0600 Subject: [PATCH] Remove unused prototype properties --- src/view-registry.coffee | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/view-registry.coffee b/src/view-registry.coffee index 4c98bb153..20c88394e 100644 --- a/src/view-registry.coffee +++ b/src/view-registry.coffee @@ -42,11 +42,9 @@ Grim = require 'grim' # ``` module.exports = class ViewRegistry - documentPollingInterval: 200 documentUpdateRequested: false documentReadInProgress: false performDocumentPollAfterUpdate: false - pollIntervalHandle: null constructor: -> @views = new WeakMap