Skip to content

Commit

Permalink
HOTFIX: Issue #15
Browse files Browse the repository at this point in the history
Forgot to include path in input-view.coffee :/
  • Loading branch information
Amitabh Das committed Mar 10, 2016
1 parent 97be025 commit 9f723c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/views/input-view.coffee
Expand Up @@ -2,6 +2,7 @@
{TextEditorView} = require 'atom-space-pen-views'
{CompositeDisposable} = require 'atom'
_ = require 'underscore-plus'
path = require 'path'

module.exports =
class InputView extends View
Expand Down

0 comments on commit 9f723c0

Please sign in to comment.