Skip to content

Instantly share code, notes, and snippets.

@A-gambit
Created July 22, 2014 11:29
Show Gist options
  • Select an option

  • Save A-gambit/5de8a7c13ff217d91c35 to your computer and use it in GitHub Desktop.

Select an option

Save A-gambit/5de8a7c13ff217d91c35 to your computer and use it in GitHub Desktop.
imbir: function(callback) {
callback(null, {
title: 'Imbir',
name: 'imbir',
href: 'https://www.facebook.com/cafeimbir',
singleBox: true,
menu: {
title: '',
type: 'first-second',
items:
{
title: 'Бизнес ланч',
price: 60
}
}
});
},
capo: function(callback) {
callback(null, {
title: 'Capo',
name: 'capo',
href: 'http://capo.com.ua/business-lunch/',
singleBox: true,
menu: [
{
title: '',
type: 'first-second',
items: [
{
title: 'Бизнес ланч',
price: 49
},
{
title: 'Японский бизнес ланч',
price: 49
}
]
}
]
});
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment