diff options
| author | mrmr1993 | 2015-04-27 20:08:11 +0100 |
|---|---|---|
| committer | mrmr1993 | 2015-05-29 12:06:00 +0100 |
| commit | 0c12810c4c49ade77a1c8a8b3172857e19eb01f0 (patch) | |
| tree | acd1da490584d57aa242a1cceed5803b39ed0c17 /tests/unit_tests/exclusion_test.coffee | |
| parent | bfe304932b13eb1bfe65662490d3d6b830eefec7 (diff) | |
| download | vimium-0c12810c4c49ade77a1c8a8b3172857e19eb01f0.tar.bz2 | |
Move settings.coffee from background_scripts/ to lib/
Diffstat (limited to 'tests/unit_tests/exclusion_test.coffee')
| -rw-r--r-- | tests/unit_tests/exclusion_test.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit_tests/exclusion_test.coffee b/tests/unit_tests/exclusion_test.coffee index 097e1f30..28c17a2f 100644 --- a/tests/unit_tests/exclusion_test.coffee +++ b/tests/unit_tests/exclusion_test.coffee @@ -14,7 +14,7 @@ root.Marks = extend(global, require "../../lib/utils.js") Utils.getCurrentVersion = -> '1.44' -extend(global,require "../../background_scripts/settings.js") +extend(global,require "../../lib/settings.js") Settings.init() extend(global, require "../../background_scripts/exclusions.js") extend(global, require "../../background_scripts/commands.js") |
