Keep cleaning and refactoring styles and samples.

This commit is contained in:
Paulo Veiga
2012-02-02 00:13:29 -03:00
parent b37ecd8c2c
commit b6dd7712f9
23 changed files with 317 additions and 1276 deletions

View File

@@ -17,7 +17,7 @@
*/
mindplot.LocalStorageManager = new Class({
Extends:mindplot.PersitenceManager,
Extends:mindplot.PersistenceManager,
initialize: function() {
this.parent();
},
@@ -32,7 +32,7 @@ mindplot.LocalStorageManager = new Class({
if (xml == null) {
// Let's try to open one from the local directory ...
var xmlRequest = new Request({
url: '../maps/' + mapId + '.xml',
url: '../samples/' + mapId + '.xml',
method: 'get',
async: false,
onSuccess: function(responseText) {