Skip to content

Instantly share code, notes, and snippets.

@swannodette
Created January 13, 2010 20:07
Show Gist options
  • Select an option

  • Save swannodette/276534 to your computer and use it in GitHub Desktop.

Select an option

Save swannodette/276534 to your computer and use it in GitHub Desktop.
awake: function()
{
this.mapOutletsToThis();
this.initSelectLanguage();
this.initInstalledSpacesListView();
this.clearInstalledButton.addEvent('click', function(evt) {
evt = new Event(evt);
SSUninstallAllSpaces();
});
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment