[Pkg-mozext-commits] [itsalltext] 67/459: fixed linting

David Prévot taffit at moszumanska.debian.org
Tue Feb 24 23:26:07 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository itsalltext.

commit 9315c62ae4029c4dd1993b38f7eb12273afa19a1
Author: docwhat at gerf.org <docwhat at gerf.org>
Date:   Wed Jan 10 12:18:40 2007 -0500

    fixed linting
---
 chrome/content/preferences.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/preferences.js b/chrome/content/preferences.js
index 48479ec..c0f4ef0 100644
--- a/chrome/content/preferences.js
+++ b/chrome/content/preferences.js
@@ -44,7 +44,7 @@ function setHelp(text) {
 
 function pref_onload() {
   document.getElementById('browse').focus();
-  if (window.arguments && window.arguments[0] && window.arguments[0] == 'badeditor') {
+  if (window['arguments'] && window['arguments'][0] && window['arguments'][0] == 'badeditor') {
     var editor = document.getElementById('editor');
     editor.style.color = 'black';
     editor.style.backgroundColor = '#fb4';

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/itsalltext.git



More information about the Pkg-mozext-commits mailing list