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 #17323 from Rik/jshint-settings-985409
Browse files Browse the repository at this point in the history
Bug 985409 -  Fix JSHint issues with test/unit/setup.js r=arthur
  • Loading branch information
rik committed Mar 19, 2014
2 parents 16b7f7c + 5d3e261 commit da16c2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion apps/settings/test/unit/setup.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
'use strict';

/* global requirejs */

require('/shared/test/unit/mocks/mocks_helper.js');
requireApp('settings/js/vendor/alameda.js', (function() {
var requireFunc = requirejs.config({
Expand Down Expand Up @@ -49,4 +51,4 @@ requireApp('settings/js/vendor/alameda.js', (function() {

requireFunc(module, callback);
};
}).bind(this));
}).bind(window));
1 change: 0 additions & 1 deletion build/jshint/xfail.list
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,6 @@ apps/settings/test/unit/sim_settings_helper_test.js
apps/settings/test/unit/simcard_manager_simcard_helper_test.js
apps/settings/test/unit/toaster_test.js
apps/settings/test/unit/wifi_helper_test.js
apps/settings/test/unit/setup.js
apps/system/emergency-call/js/keypad.js
apps/system/js/accessibility.js
apps/system/js/activity_window.js
Expand Down

0 comments on commit da16c2c

Please sign in to comment.