Skip to content
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.

Commit

Permalink
Fix up formatting
Browse files Browse the repository at this point in the history
And test node-uso-github

Signed-off-by: Tim Smart <tim@fostle.com>
  • Loading branch information
tim-smart committed Feb 23, 2013
1 parent dab61cc commit 3dc1f33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gmail_show_details/script.user.js
Expand Up @@ -12,14 +12,14 @@ var api = new USO.Gmail()

api.on('view:cv', function () {
var view = this.view
, links = view.ownerDocument.evaluate
( './/span[contains(., "show details")]'
var links = view.ownerDocument.evaluate(
'.//span[contains(., "show details")]'
, view
, null
, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE
, null
)
, link
var link = null

for (var i = 0; i < links.snapshotLength; i++) {
link = links.snapshotItem(i)
Expand Down

0 comments on commit 3dc1f33

Please sign in to comment.