Skip to content

Instantly share code, notes, and snippets.

@aamedina
Created November 12, 2013 16:51
Show Gist options
  • Select an option

  • Save aamedina/7434404 to your computer and use it in GitHub Desktop.

Select an option

Save aamedina/7434404 to your computer and use it in GitHub Desktop.
if (this.document == null || this.document == undefined) {
if (typeof COMPILED == 'undefined') {
CLOSURE_BASE_PATH = '../cljs/goog/';
}
importScripts(
'./webworkers.js',
CLOSURE_BASE_PATH + 'base.js',
CLOSURE_BASE_PATH + 'deps.js',
'../cljs/main.js'
);
goog.require("twitter_power.web_worker");
twitter_power.web_worker.main();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment