mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Remove unused prototype properties
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user