Skip to content

Commit

Permalink
Merge pull request rlr#14 from canuckistani/master
Browse files Browse the repository at this point in the history
Some cleanup.
  • Loading branch information
rlr committed Jan 31, 2012
2 parents e96949c + b4a36c4 commit e82f130
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions lib/main.js
@@ -1,15 +1,9 @@
var pageMod = require('page-mod'),
var tabs = require("tabs"),
data = require('self').data,
file = require('file'),
url = require('url'),
{Cc, Ci} = require('chrome');


/*
*
*/
var tabs = require("tabs");

tabs.on('ready', function(tab) {
// test for the worker as a property of the tab object.
if (typeof(tab._dotjs_worker) === 'undefined') {
Expand Down

0 comments on commit e82f130

Please sign in to comment.