Skip to content

Commit

Permalink
Minor comment changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry Carter committed Aug 17, 2010
1 parent 61b1b92 commit 321db6c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions TEST/test.js
Original file line number Diff line number Diff line change
@@ -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',
Expand Down
7 changes: 7 additions & 0 deletions TEST/test.user.js
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit 321db6c

Please sign in to comment.