Skip to content

Instantly share code, notes, and snippets.

@scottharvey
Created August 24, 2010 03:42
Show Gist options
  • Save scottharvey/546903 to your computer and use it in GitHub Desktop.
Save scottharvey/546903 to your computer and use it in GitHub Desktop.
var room1 = new Room("room_1");
var room2 = new Room("room_2");
room1.roomText(); // Room 1
room1.next(); // <div id="room_2">Room 2</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment