Skip to content

Instantly share code, notes, and snippets.

@mikekunze
Created January 5, 2012 02:41
Show Gist options
  • Save mikekunze/1563446 to your computer and use it in GitHub Desktop.
Save mikekunze/1563446 to your computer and use it in GitHub Desktop.
remotejs ajax login app
{
main: function() {
Ext.bang.util.app.getController('login').init();
remotejs.logMessage('[Client] - launching bang app');
Ext.create('bang.view.loginPanel');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment