From 6c55f58774bbf02332e02046dccc78d42baf5f86 Mon Sep 17 00:00:00 2001 From: Seongjae Lee Date: Sat, 26 Sep 2015 07:52:03 -0700 Subject: [PATCH] Fix uncaught reference error for not including utility --- lib/notational-velocity.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/notational-velocity.coffee b/lib/notational-velocity.coffee index fb9ea9a..b10e10b 100644 --- a/lib/notational-velocity.coffee +++ b/lib/notational-velocity.coffee @@ -2,6 +2,7 @@ path = require 'path' fs = require 'fs-plus' {CompositeDisposable, Disposable} = require 'atom' NoteLink = require './notelink' +Utility = require './utility' module.exports = config: