Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #24982 from sudheesh001/Patch_1061533
Browse files Browse the repository at this point in the history
Bug 1061533 Fixes jshint error in tests/js-marionette/helper.js r=fabrice
  • Loading branch information
fabricedesre committed Oct 9, 2014
2 parents 87dcf83 + 7c048cc commit 26ac147
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .jshintignore
Expand Up @@ -79,7 +79,6 @@ tests/browser_sms_new.js
tests/head.js
tests/atoms/remote_date.js
tests/atoms/screenshot.js
tests/js-marionette/helper.js
tests/js-marionette/reflow_helper.js
tests/performance/app.js
tests/performance/exec-sync.js
Expand Down
1 change: 1 addition & 0 deletions tests/js-marionette/helper.js
@@ -1,4 +1,5 @@
'use strict';
/* global module, require */

var fs = require('fs');

Expand Down

0 comments on commit 26ac147

Please sign in to comment.