vendor/assets/javascripts/logging_event.js in jlog-rails-0.2.0 vs vendor/assets/javascripts/logging_event.js in jlog-rails-0.2.1

- old
+ new

@@ -62,10 +62,10 @@ Method: getThrowableStrRep Returns exception of the message as a String. */ getThrowableStrRep: function() { - return this.exception ? getExceptionStringRep(this.exception) : ""; + return this.exception ? JLog.getExceptionStringRep(this.exception) : ""; }, /* Method: getCombinedMessages