From d8865b93d11a624bd55e55d2a9e92ad6c4bacde5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Tue, 8 Apr 2014 13:12:41 +0200 Subject: [PATCH] smartxml: fix invalid context setting --- src/smartxml/smartxml.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/smartxml/smartxml.js b/src/smartxml/smartxml.js index 7d3f332..628163a 100644 --- a/src/smartxml/smartxml.js +++ b/src/smartxml/smartxml.js @@ -479,7 +479,7 @@ $.extend(Document.prototype, Backbone.Events, { if(!this._currentTransaction) { return this.transaction(function() { return this.transform(Transformation, args); - }, this); + }, {context: this}); } if(typeof Transformation === 'function') { -- 2.20.1