diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-05-13 12:20:05 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-05-13 12:20:05 +0200 |
commit | 97f8f5ad45a8dfbde27f555eafec5d8318ad67b2 (patch) | |
tree | a81faa56305eba7d3900257b971d9eafac0dbd89 /tests/test-pageMod.js | |
parent | 95c260d3edeeb85194193bfcbd1e991e4dadadbc (diff) | |
download | bugzilla-triage-97f8f5ad45a8dfbde27f555eafec5d8318ad67b2.tar.gz |
Really Eclipseize formatting.
Diffstat (limited to 'tests/test-pageMod.js')
-rw-r--r-- | tests/test-pageMod.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/test-pageMod.js b/tests/test-pageMod.js index 31cb3dd..02b7faf 100644 --- a/tests/test-pageMod.js +++ b/tests/test-pageMod.js @@ -28,21 +28,21 @@ exports.ensureMessagesWork = function(test) { }; /* - * + * * var theURL = main.theURL; var testURL = * self.data.url('tests/change-more-bugs01.html'); - * + * * var contentScriptLibraries = { "bugzilla.redhat.com": [ * self.data.url("util.js"), self.data.url("color.js"), * self.data.url("rhbzpage.js"), self.data.url("bzpage.js") ] }; - * + * * libbz.initialize(libbz.config, function () { pageMod.PageMod({ include: [ * "https://bugzilla.redhat.com/show_bug.cgi?id=*" ], contentScriptWhen: * 'ready', contentScriptFile: contentScriptLibraries["bugzilla.redhat.com"], * onAttach: function onAttach(worker, msg) { console.log("worker: " + worker); * worker.on('message', function (msg) { messageHandler(worker, msg); }); } }); * }); - * + * * pageMod.PageMod({ include: [ "https://bugzilla.redhat.com/process_bug.cgi" ], * contentScriptWhen: 'ready', contentScriptFile: self.data.url("skip-bug.js") * }); |