app.js 266 B

12345678910111213141516
  1. var App = (function(lng, undefined) {
  2. lng.App.init({
  3. name: 'Kitchen Sink',
  4. version: '1.1',
  5. sections: [/*
  6. 'local.html',
  7. 'http://examples.tapquo.com/remote.html'*/
  8. ]
  9. });
  10. return {
  11. };
  12. })(LUNGO);