Skip to content

Commit

Permalink
add 'this'. be consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
jrschifa committed May 5, 2016
1 parent 5a32fb2 commit b75e528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/android/PhotoViewer.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public boolean execute(String action, JSONArray args, CallbackContext callbackCo
if (cordova.hasPermission(READ) && cordova.hasPermission(WRITE)) {
this.launchActivity();
} else {
getPermission();
this.getPermission();
}
return true;
}
Expand Down

0 comments on commit b75e528

Please sign in to comment.