Skip to content

Instantly share code, notes, and snippets.

@diiq
Created May 10, 2015 23:20
Show Gist options
  • Save diiq/8d181d55a6497d1ee8a8 to your computer and use it in GitHub Desktop.
Save diiq/8d181d55a6497d1ee8a8 to your computer and use it in GitHub Desktop.
var new_grid = function (url, callbacks) {
console.log(url);
var grid = {}, width, height;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment