Lungo.Device.Connection.js 247 B

12345678910111213141516
  1. /**
  2. * Connection API (HTML5 Feature)
  3. *
  4. * @namespace LUNGO.Device
  5. * @class Connection
  6. *
  7. * @author Javier Jimenez Villar <javi@tapquo.com> || @soyjavi
  8. */
  9. LUNGO.Device.Connection = (function(lng, undefined) {
  10. return {
  11. };
  12. })(LUNGO);