app.js 289 B

12345678910111213141516
  1. var App = (function(lng, undefined) {
  2. lng.App.init({
  3. name: 'Kitchen Sink',
  4. version: '1.0.4'
  5. });
  6. lng.View.Element.count('#btn-one', 7);
  7. lng.View.Element.count('#btn-three', 0);
  8. lng.View.Element.count('#aside-one', 17);
  9. return {
  10. };
  11. })(LUNGO);