app.js 202 B

1234567891011121314
  1. var App = (function(lng, undefined) {
  2. //Define your LungoJS Application Instance
  3. lng.App.init({
  4. name: 'Release-Test',
  5. version: '1.0.4'
  6. });
  7. return {
  8. };
  9. })(LUNGO);