UIAttribute doesn't have fragmentId.

This commit is contained in:
Tony Garnock-Jones 2016-05-14 02:26:24 -04:00
parent 16365e7e95
commit bf532edd28
1 changed files with 1 additions and 1 deletions

View File

@ -456,7 +456,7 @@ UIAttribute.prototype.boot = function () {
};
UIAttribute.prototype.trapexit = function () {
console.log('UIAttribute trapexit running', this.fragmentId);
console.log('UIAttribute trapexit running', this.selector, this.attribute, this.value);
this.restoreSavedValues();
};