Commit b15ed43a authored by Tristan Cavelier's avatar Tristan Cavelier

xwiki storage vars were detached from window, and use the good jIO var

parent 507c1ba5
(function ($,Base64) {
/**
* JIO XWiki based storage. Type = 'xwiki'.
* Edits XWiki documents as html using html editor.
......@@ -326,4 +328,6 @@ var newXWikiStorage = function(spec, my)
return that;
};
jio.addStorageType('xwiki', newXWikiStorage);
jIO.addStorageType('xwiki', newXWikiStorage);
}(jQuery,Base64));
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment