Implement LocalStorage manager ...

This commit is contained in:
Paulo Veiga
2011-11-28 22:17:55 -03:00
parent 410d3553b1
commit a33daf4563
4 changed files with 41 additions and 28 deletions

View File

@@ -41,7 +41,7 @@ mindplot.DwrPersitenceManager = new Class({
)
},
load : function(mapId) {
loadMapDom : function(mapId) {
$assert(mapId, "mapId can not be null");
throw "This must be implemented";