Skip to content

Commit

Permalink
Merge branch 'master' of github.com:knickmack/yql-tables
Browse files Browse the repository at this point in the history
  • Loading branch information
knickmack committed Sep 21, 2012
2 parents 8775af7 + a33f02f commit 5474050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bctransit/bctransit.regions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
regex = /\/regions\/([a-z]{3})\/.*$/i,
query = y.query( statement, {
url: "http://www.bctransit.com/",
url: request.url,
xpath: '//select[@name="jumplist"]/option',
regex: regex.source
}),
Expand Down

0 comments on commit 5474050

Please sign in to comment.