Skip to content

Commit

Permalink
adding jshint unused for emit in user.controller.js [server]
Browse files Browse the repository at this point in the history
  • Loading branch information
SylTi committed Nov 24, 2014
1 parent 91905df commit b6939a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/api/user/user.controller.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use strict';

/* jshint undef:false */
var User = require('./user.model');
var Project = require('../project/project.model');
var passport = require('passport');
Expand Down

0 comments on commit b6939a6

Please sign in to comment.