Created
August 24, 2010 03:42
-
-
Save scottharvey/546903 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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