Guest User

Untitled

a guest
Nov 20th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. 'detectFiles(event) {
  2. this.getOrientation(event.target.files[0], function(orientation) {
  3. this.imageOrientation = orientation;
  4. this.finAngle = this.finalAngle(this.imageOrientation);
  5. }.bind(this));
  6. this.selectedFiles = event.target.files;
  7. this.fileConditions(this.selectedFiles); }'
Add Comment
Please, Sign In to add comment