aboutsummaryrefslogtreecommitdiff
path: root/test/message/throw_non_error.js
diff options
context:
space:
mode:
authorColton Baker <github@netrefuge.net>2011-10-04 18:08:18 -0400
committerRyan Dahl <ry@tinyclouds.org>2011-10-05 18:51:06 -0700
commit87286cc7371886d9856edf424785aaa890ba05a9 (patch)
tree0a3e93be28b8ebb62d9b774919d29b2c1600fa46 /test/message/throw_non_error.js
parent627f379f2273341426ab3d5cb7eb4d5c148d500a (diff)
downloadandroid-node-v8-87286cc7371886d9856edf424785aaa890ba05a9.tar.gz
android-node-v8-87286cc7371886d9856edf424785aaa890ba05a9.tar.bz2
android-node-v8-87286cc7371886d9856edf424785aaa890ba05a9.zip
Fixed a lot of jslint errors.
Fixes #1831
Diffstat (limited to 'test/message/throw_non_error.js')
-rw-r--r--test/message/throw_non_error.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/message/throw_non_error.js b/test/message/throw_non_error.js
index 24eac3aece..9a901de713 100644
--- a/test/message/throw_non_error.js
+++ b/test/message/throw_non_error.js
@@ -28,6 +28,6 @@ var assert = require('assert');
common.error('before');
// custom error throwing
-throw { foo : 'bar' };
+throw { foo: 'bar' }
common.error('after');