Implement discard button.

This commit is contained in:
Paulo Gustavo Veiga
2012-03-07 20:52:09 -03:00
parent ae9f05dd05
commit 4de8eb17ec
4 changed files with 18 additions and 10 deletions

View File

@@ -47,6 +47,10 @@ mindplot.PersistenceManager = new Class({
return this.loadFromDom(mapId, domDocument);
},
discard: function(mapId) {
throw "Method must be implemented";
},
loadMapDom: function(mapId) {
throw "Method must be implemented";
},