Skip to content

Instantly share code, notes, and snippets.

@mikeal
Created December 26, 2010 20:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mikeal/755612 to your computer and use it in GitHub Desktop.
Save mikeal/755612 to your computer and use it in GitHub Desktop.
getdom = function () {
var features =
{ FetchExternalResources : []
, ProcessExternalResources : false
}
, window = jsdom.jsdom(this.dataString, null, features).createWindow()
;
return window
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment