From 4eb6ada48aec262e482a4e1ff07c55f48542fc04 Mon Sep 17 00:00:00 2001 From: Seongjae Lee Date: Sun, 3 Jul 2016 22:15:07 -0700 Subject: [PATCH] Fix 54, uncaught error: cannot find module 'docquery' --- lib/notational-velocity-view.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/notational-velocity-view.coffee b/lib/notational-velocity-view.coffee index bda7191..3bdabf8 100644 --- a/lib/notational-velocity-view.coffee +++ b/lib/notational-velocity-view.coffee @@ -2,7 +2,6 @@ path = require 'path' fs = require 'fs-plus' _ = require 'underscore-plus' {$, $$, SelectListView} = require 'atom-space-pen-views' -DocQuery = require 'docquery' NoteWatcher = require './note-watcher' Utility = require './utility'