Skip to content

Instantly share code, notes, and snippets.

@phayes
Created November 3, 2012 21:41
Show Gist options
  • Save phayes/4008948 to your computer and use it in GitHub Desktop.
Save phayes/4008948 to your computer and use it in GitHub Desktop.
impactStory.createAndGetCollection = function(aliases, title, callback, error, conf) {
impactStory.createCollection(aliases, title, function(collection) {
impactStory.getCollection(collection, callback, error, conf);
}, error);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment