| 1234567891011121314151617 |
- var App = (function(lng, undefined) {
- var _getEnvironmentFromQuoJS = (function() {
- var environment = lng.Core.environment();
- if (environment.isMobile) {
- // alert('Your phone is ' + environment.os.name + ' (' + environment.os.version + ')');
- }
- })();
- return {
- };
- })(Lungo);
|