Remove unused prototype properties

This commit is contained in:
Nathan Sobo
2015-07-21 14:03:12 -06:00
parent 40ba0da4f5
commit b2fb7e6e7a

View File

@@ -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