js/core/class/class.js in rsence-pre-2.3.0.16 vs js/core/class/class.js in rsence-pre-2.3.0.17

- old
+ new

@@ -94,10 +94,10 @@ try{ // now inside the function when called this.base points to parent method _returnValue = _method.apply(this, arguments); } catch(e){ - !this.isProduction && console.warn("An exception occurred while calling base: ",this._exceptionProperties(e)," object: ",_ancestor); + !this.isProduction && console.warn("An exception occurred while calling base: ",HClass.prototype._exceptionProperties(e)," object: ",_ancestor); _returnValue = null; } // then because event this function can be called from child method // resets the base to as is was before calling this function this.base = _previous;