Skip to content

Commit

Permalink
minor style change
Browse files Browse the repository at this point in the history
(cherry picked from commit dca2952)
  • Loading branch information
supahgreg authored and erikvold committed Mar 17, 2011
1 parent 1157e8c commit 1823dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/components/scriptish.js
Expand Up @@ -214,7 +214,7 @@ ScriptishService.prototype = {
if (!Scriptish.config.isBlocked(cl))
tools.Scriptish_installUri(cl, ctx.contentWindow);
else
timeout(function() Scriptish_alert("This script is blocked.")); // TODO: l10n
timeout(function() Scriptish_alert("This script is blocked.")); // TODO: l10n
ret = CP.REJECT_REQUEST;
}

Expand Down

0 comments on commit 1823dc8

Please sign in to comment.