Skip to content

Instantly share code, notes, and snippets.

@squeaky-pl
Created June 3, 2014 16:48
Show Gist options
  • Save squeaky-pl/d979527fbe47f3c29403 to your computer and use it in GitHub Desktop.
Save squeaky-pl/d979527fbe47f3c29403 to your computer and use it in GitHub Desktop.
function createScript ($document, callback, success) {
callback.done = true;
callback();
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment