From 321db6c286d5de50921ad0f98272763758f7aeac Mon Sep 17 00:00:00 2001 From: Barry Carter Date: Mon, 16 Aug 2010 19:19:21 -0600 Subject: [PATCH] Minor comment changes. --- TEST/test.js | 7 +++++++ TEST/test.user.js | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/TEST/test.js b/TEST/test.js index 34e5320af..2f1830828 100644 --- a/TEST/test.js +++ b/TEST/test.js @@ -1,6 +1,13 @@ // the real version of this file is named test.user.js and it does at least // load into GM even if it doesn't work +// When I run this script on the page below +// @include http://test.barrycarter.info/select1.html +// I want it to alert "foo" everytime I change selections. +// Instead, I get "Error: Component is not available" + +// NOTE: works fine in firebug + // generic test greasemonkey script sel = document.evaluate('//select', diff --git a/TEST/test.user.js b/TEST/test.user.js index 34e5320af..2f1830828 100644 --- a/TEST/test.user.js +++ b/TEST/test.user.js @@ -1,6 +1,13 @@ // the real version of this file is named test.user.js and it does at least // load into GM even if it doesn't work +// When I run this script on the page below +// @include http://test.barrycarter.info/select1.html +// I want it to alert "foo" everytime I change selections. +// Instead, I get "Error: Component is not available" + +// NOTE: works fine in firebug + // generic test greasemonkey script sel = document.evaluate('//select',