compare: function (currentVal, newVal, attributeName) {
      var isSame = currentVal === newVal;
      if (!isSame) {
        if (currentVal) {
          this.stopListening(currentVal);