Skip to content

Instantly share code, notes, and snippets.

@Nolski
Created September 29, 2016 18:43
Show Gist options
  • Save Nolski/aa84e1bcb6986cffd9e7bd4c3e70e466 to your computer and use it in GitHub Desktop.
Save Nolski/aa84e1bcb6986cffd9e7bd4c3e70e466 to your computer and use it in GitHub Desktop.
submit(e) {
var fileList = this.refs.fileList._pairFiles();
var _this = this;
mapSeries(fileList.pairs, (fileName, callback) => {
_this; // undefined
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment