summaryrefslogtreecommitdiff
path: root/js/src/Ice/Exception.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/Ice/Exception.js')
-rw-r--r--js/src/Ice/Exception.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/Ice/Exception.js b/js/src/Ice/Exception.js
index bdd98b8c35a..1957ad7bdb2 100644
--- a/js/src/Ice/Exception.js
+++ b/js/src/Ice/Exception.js
@@ -40,7 +40,7 @@ var toString = function(key, object, objectTable, ident)
//
if(typeof object.toString == "function")
{
- return s = "\n" + ident + key + ":" + object.toString();
+ return "\n" + ident + key + ":" + object.toString();
}
var s = "\n" + ident + key + ":";