Go to original now shows prompt

This commit is contained in:
Henry
2015-12-09 14:08:19 -08:00
parent 3d346b8906
commit 856c61816c
2 changed files with 17 additions and 4 deletions

View File

@ -114,6 +114,7 @@ define(
EditorCapability.prototype.cancel = function () {
this.editableObject.getCapability("status").set("editing", false);
//TODO: Reset the cache as well here.
this.cache.markClean(this.editableObject);
return resolvePromise(undefined);
};