Skip to content

Instantly share code, notes, and snippets.

@corycollier
Created November 30, 2016 01:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save corycollier/70da4a9295f873d6eb37506f44e14369 to your computer and use it in GitHub Desktop.
Save corycollier/70da4a9295f873d6eb37506f44e14369 to your computer and use it in GitHub Desktop.
bazaar code
var feed = new $FM.Feed('homepage-feed').get({
'success' : function(self, data) {
console.log(data);
}
});d
var feed = new $FM.Feed('homepage-feed').get({
'success' : function(self, data) {
console.log(data);
}
});d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment