Lungo.Device.Camera.js 289 B

1234567891011121314151617
  1. /**
  2. * Camera API (HTML5 Feature)
  3. * Pending to final SPEC, now it's a Phonegap Wrapper
  4. *
  5. * @namespace LUNGO.Device
  6. * @class Camera
  7. *
  8. * @author Javier Jimenez Villar <javi@tapquo.com> || @soyjavi
  9. */
  10. LUNGO.Device.Camera = (function(lng, undefined) {
  11. return {
  12. };
  13. })(LUNGO);