Created
November 11, 2012 03:10
-
-
Save groovecoder/4053536 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
noteList.add(new Note.Model({ position: {lng: -95.859628, lat: 36.031872}, text: "parking code: 1221"})); | |
noteList.add(new Note.Model({ position: {lng: -95.86850585, lat: 36.02128186}, text: "room 41, teacher: Mrs. Spivak"})); | |
noteList.add(new Note.Model({ position: {lng: -95.8954276, lat: 36.1875077}, text: "oceanic flight 815"})); | |
noteList.add(new Note.Model({ position: {lng: -95.8864873, lat: 36.0604786}, text: "buy new airlock & tubing"})); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment