Fix travis errors

This commit is contained in:
Steve McNiven-Scott
2016-05-13 09:55:50 -04:00
parent 465c719800
commit d4ffb7607d
3 changed files with 6 additions and 2 deletions

2
camera/camera.d.ts vendored
View File

@ -11,7 +11,7 @@ declare module "camera" {
*/
export function takePicture(options?: CameraOptions): Promise<imageSource.ImageSource>;
/**
/**
* Is the camera available to use
*/
export function isAvailable(): Boolean;