Add missing require for path

This commit is contained in:
Kevin Sawicki
2013-06-12 16:50:00 -07:00
parent 2ae95bdf2b
commit 76649ba268

View File

@@ -1,4 +1,5 @@
fsUtils = require 'fs-utils'
path = require 'path'
_ = require 'underscore'
$ = require 'jquery'
Range = require 'range'