added OutputType to ImagePicker to hold output options

This commit is contained in:
Robert Abeyta
2015-05-18 13:26:57 -07:00
parent a173570688
commit ebb74d729c
+4
View File
@@ -9,6 +9,10 @@ var ImagePicker = function() {
};
ImagePicker.prototype.OutputType = {
FILE_URI: 0,
BASE64_STRING: 1
};
/*
* success - success callback
* fail - error callback