1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2026-05-02 10:43:02 +01:00

Remove unused var.

This commit is contained in:
hacksalot
2016-02-11 22:03:49 -05:00
parent 31e0bb69cc
commit da7cd28734
2 changed files with 4 additions and 10 deletions
+2 -6
View File
@@ -6,14 +6,10 @@ External API surface for HackMyResume.
*/ */
/** /** API facade for HackMyResume. */
API facade for HackMyCore.
*/
(function() { (function() {
var HackMyCore; module.exports = {
HackMyCore = module.exports = {
verbs: { verbs: {
build: require('./verbs/build'), build: require('./verbs/build'),
analyze: require('./verbs/analyze'), analyze: require('./verbs/analyze'),
+2 -4
View File
@@ -6,11 +6,9 @@ External API surface for HackMyResume.
###* ###* API facade for HackMyResume. ###
API facade for HackMyCore.
###
HackMyCore = module.exports = module.exports =
verbs: verbs:
build: require './verbs/build' build: require './verbs/build'