fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
editor: removing unused code
[fnpeditor.git]
/
src
/
smartxml
/
smartxml.js
diff --git
a/src/smartxml/smartxml.js
b/src/smartxml/smartxml.js
index
c23e06d
..
7d3f332
100644
(file)
--- a/
src/smartxml/smartxml.js
+++ b/
src/smartxml/smartxml.js
@@
-581,6
+581,7
@@
$.extend(Document.prototype, Backbone.Events, {
this.replaceRoot(this._rollbackBackup);
this._rollbackBackup = null;
this._currentTransaction = null;
+ this._transformationLevel = 0;
},
transaction: function(callback, params) {