app.js 161 B

123456789101112
  1. var App = (function(lng, undefined) {
  2. lng.App.init({
  3. name: 'LungoJS Test Source',
  4. version: '1.0.0'
  5. });
  6. return {
  7. };
  8. })(LUNGO);