Commit cbb8be6e authored by Romain Courteaud's avatar Romain Courteaud

Make JSLint happy.

parent 77883489
...@@ -34,18 +34,18 @@ ...@@ -34,18 +34,18 @@
/////////////////////////// ///////////////////////////
// Memory storage // Memory storage
/////////////////////////// ///////////////////////////
// return g.run({ return g.run({
// type: "query", type: "query",
// sub_storage: { sub_storage: {
// type: "uuid", type: "uuid",
// sub_storage: { sub_storage: {
// type: "union", type: "union",
// storage_list: [{ storage_list: [{
// type: "memory" type: "memory"
// }] }]
// } }
// } }
// }); });
/////////////////////////// ///////////////////////////
// IndexedDB storage // IndexedDB storage
......
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