remove duplicate identifier

This commit is contained in:
Ibrahim Hadeed 2016-08-27 14:46:05 -04:00
parent 21d8122257
commit f37a40e138
No known key found for this signature in database
GPG Key ID: 0431793F665481A4

View File

@ -42,10 +42,6 @@ export class CanvasCamera {
BACK : 0,
FRONT : 1
};
static CameraPosition = {
BACK : 1,
FRONT : 2
};
static FlashMode = {
OFF : 0,
ON : 1,