Skip to content

Commit

Permalink
use strict
Browse files Browse the repository at this point in the history
  • Loading branch information
troygoode committed Apr 28, 2013
1 parent 4b181ef commit e6297eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/*jslint nodejs: true*/

'use strict';

var defaults, staticOptionsDelegate;

defaults = {
Expand Down
2 changes: 2 additions & 0 deletions test/cors.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*jslint nodejs: true*/
/*global describe: true, it: true*/

'use strict';

var should = require('should'),
cors = require('../lib'),
fakeRequest = function(){
Expand Down

0 comments on commit e6297eb

Please sign in to comment.