| 12345678910111213141516 |
- var App = (function(lng, undefined) {
- lng.App.init({
- name: 'Kitchen Sink',
- version: '1.0.4'
- });
- lng.View.Element.count('#btn-one', 7);
- lng.View.Element.count('#btn-three', 0);
- lng.View.Element.count('#aside-one', 17);
- return {
- };
- })(LUNGO);
|