Skip to content

Instantly share code, notes, and snippets.

@teglia
Created September 7, 2012 18:32
Show Gist options
  • Save teglia/3668412 to your computer and use it in GitHub Desktop.
Save teglia/3668412 to your computer and use it in GitHub Desktop.
var NavigationController = require('NavigationController').NavigationController,
TestWindow = require('home').TestWindow;
var controller = new NavigationController();
controller.open(new TestWindow(controller));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment