Skip to content

Instantly share code, notes, and snippets.

@caubry
Last active January 3, 2016 15:19
Show Gist options
  • Save caubry/8481862 to your computer and use it in GitHub Desktop.
Save caubry/8481862 to your computer and use it in GitHub Desktop.
var TILEDMapClass = Class.extend({
fullyLoaded: false,
load: function (map) {
xhrGet(map, function(data) {
this.fullyLoaded = true;
});
}
});
var gMap = new TILEDMapClass();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment