Skip to content

Instantly share code, notes, and snippets.

@scottharvey
Created August 24, 2010 03:43
Show Gist options
  • Select an option

  • Save scottharvey/546905 to your computer and use it in GitHub Desktop.

Select an option

Save scottharvey/546905 to your computer and use it in GitHub Desktop.
window.rooms = [];
$(".room").each(function() {
rooms.push(new Room(this.id));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment