Skip to content

Commit

Permalink
Merge pull request mozilla-services#8 from mozilla/fix-jshint-globals
Browse files Browse the repository at this point in the history
Remove unecessary globals declaration for jshint
  • Loading branch information
almet committed Feb 24, 2014
2 parents 193162e + cffd6b6 commit 08e9e78
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions test/functional_test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* global it, describe */

var expect = require("chai").expect;
var request = require("supertest");

Expand Down
2 changes: 0 additions & 2 deletions test/tokenlib_test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* global it, describe */

var expect = require("chai").expect;
var base64 = require('urlsafe-base64');
var tokenlib = require("../loop/tokenlib");
Expand Down

0 comments on commit 08e9e78

Please sign in to comment.