Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Hotfix #169

Merged
merged 1 commit into from
Nov 26, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions lib/core/object.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ module.exports = class KDObject extends KDEventEmitter

super

if options.testPath
KD.registerInstanceForTesting this

@on 'error', console.error.bind console
@once 'ready', => @readyState = READY

Expand Down