Skip to content

Instantly share code, notes, and snippets.

@jimblandy
Created May 28, 2013 22:10
Show Gist options
  • Save jimblandy/5666561 to your computer and use it in GitHub Desktop.
Save jimblandy/5666561 to your computer and use it in GitHub Desktop.
function createRootActor(aConnection)
{
let root = new RootActor(
aConnection,
{
tabList: [],
globalActorFactories: DebuggerServer.globalActorFactories,
});
root.applicationType = "content-child";
return root;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment