| 1234567891011121314151617 |
- /**
- * Camera API (HTML5 Feature)
- * Pending to final SPEC, now it's a Phonegap Wrapper
- *
- * @namespace LUNGO.Device
- * @class Camera
- *
- * @author Javier Jimenez Villar <javi@tapquo.com> || @soyjavi
- */
- LUNGO.Device.Camera = (function(lng, undefined) {
- return {
- };
- })(LUNGO);
|