Skip to content

Commit

Permalink
Remove arrow function lasso-js#12
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamBewzenko authored May 5, 2018
1 parent 947f9c5 commit 32e0007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taglib/lasso-resources-root-tag.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module.exports = function render (input, out) {
paths,
function (path, callback) {
theLasso.lassoResource(path, lassoContext)
.then((lassoResourceResult) => {
.then(function (lassoResourceResult) {
callback(null, lassoResourceResult);
})
.catch(callback);
Expand Down

0 comments on commit 32e0007

Please sign in to comment.