removed old dependency on the q lib

This commit is contained in:
Spencer Alger
2013-10-24 10:41:04 -07:00
parent d678cfc667
commit cc1509cef3
8 changed files with 2 additions and 9 deletions

View File

@ -1,6 +1,5 @@
var _ = require('<%= path2lib %>utils');
var errors = require('<%= path2lib %>errors');
var q = require('q');<%
var errors = require('<%= path2lib %>errors');<%
if (_.keys(enumOptions).length) {