Skip to content
This repository has been archived by the owner on Feb 19, 2023. It is now read-only.

Commit

Permalink
jshint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ithinkihaveacat committed Mar 19, 2013
1 parent 3b7ae34 commit 713cd26
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/http.js
@@ -1,3 +1,8 @@
/*jshint forin:true, noarg:true, noempty:true, eqeqeq:true, bitwise:true, strict:true, undef:true, unused:true, curly:true, node:true, indent:4, maxerr:50, globalstrict:true */

"use strict";

var assert = require('assert');
var util = require('util');
var events = require('events');

Expand Down

0 comments on commit 713cd26

Please sign in to comment.