不要怂,就是干,撸起袖子干!

Commit 2a69ef1e by Edgar Veiga

Correct typo on error message variable name.

1 parent 5d27f33c
Showing with 1 additions and 1 deletions
...@@ -210,7 +210,7 @@ module.exports = (function() { ...@@ -210,7 +210,7 @@ module.exports = (function() {
.success(function (instance) { .success(function (instance) {
emitter.emit('success', instance) emitter.emit('success', instance)
}) })
.error( function (erro) { .error( function (error) {
emitter.emit('error', error) emitter.emit('error', error)
}); });
} else { } else {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!