Skip to content

Instantly share code, notes, and snippets.

@erichocean
Created April 9, 2011 01:13
Show Gist options
  • Save erichocean/911004 to your computer and use it in GitHub Desktop.
Save erichocean/911004 to your computer and use it in GitHub Desktop.
now.ready() is undefined
$(document).ready(function() {
now.ready(function() {
now.getVersion = function(callback) {
console.log('now.getVersion()');
callback(null, CohenTest.NAMESPACE);
};
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment