completed the xml tests - and lots of them run successfully

This commit is contained in:
DadaMonad
2015-02-26 18:28:35 +00:00
parent f9542b90db
commit f932f560bd
15 changed files with 10528 additions and 740 deletions

View File

@@ -433,7 +433,8 @@ module.exports = function() {
position: this.getPosition(),
object: this.parent.getCustomType(),
length: 1,
changedBy: o.uid.creator
changedBy: o.uid.creator,
oldValue: this.val()
}
]);
};