Skip to content

Commit

Permalink
[js] Fix style violation found by 'make js-lint'
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Mar 25, 2017
1 parent ad45110 commit 9497ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm/js/nqp-runtime/sixmodel.js
Expand Up @@ -226,7 +226,7 @@ class STable {

let proto = this.objConstructor.prototype;

methodCache.forEach(function (method, name, map) {
methodCache.forEach(function(method, name, map) {
proto[name] = function() {
return method.$$call.apply(method, arguments);
};
Expand Down

0 comments on commit 9497ebd

Please sign in to comment.