Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[js] Fix stuff found by "make js-lint".
  • Loading branch information
pmurias committed Mar 8, 2016
1 parent d8953b6 commit 24db816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm/js/nqp-runtime/core.js
Expand Up @@ -963,7 +963,7 @@ op.setdimensions = function(array, dimensions) {
};
});

var BOOTException = bootstrap.bootType("BOOTException", "VMException");
var BOOTException = bootstrap.bootType('BOOTException', 'VMException');
/* TODO HLL support */
op.newexception = function() {
var exType = BOOTException;
Expand Down

0 comments on commit 24db816

Please sign in to comment.