update base example to better reflect common situation
authorrougeronj
Mon, 14 Sep 2015 17:57:13 +0200
changeset 518 5d15acf5ee2b
parent 517 15061185cf1b
child 519 b94a34c139c1
update base example to better reflect common situation
client/data/example-cinema-src.json
client/test/test-writable-bins-save-on-click.html
--- a/client/data/example-cinema-src.json	Mon Sep 14 15:49:17 2015 +0200
+++ b/client/data/example-cinema-src.json	Mon Sep 14 17:57:13 2015 +0200
@@ -631,14 +631,14 @@
             "_id": "view-2014-02-18-628af15b-12ad-457a-8ac0-a28c8998cc3b-0001",
             "zoom_level": 0.8275032552816195,
             "offset_x": 532.0104075533723,
-            "offset_y": 102.8917139487223,
-            "hidden_nodes":["node-2013-04-06-e1c743b12401d6ec-0002","node-2013-04-06-e1c743b12401d6ec-0006"]
+            "offset_y": 102.8917139487223
         },
         {
             "_id": "view-2014-02-18-628af15b-12ad-457a-8ac0-a28c8998cc3b-0002",
             "zoom_level": 0.8275032552816195,
             "offset_x": 832.0104075533723,
-            "offset_y": 402.8917139487223
+            "offset_y": 402.8917139487223,
+            "hidden_nodes":["node-2013-04-06-e1c743b12401d6ec-0002","node-2013-04-06-e1c743b12401d6ec-0006"]
         }
     ]
 }
--- a/client/test/test-writable-bins-save-on-click.html	Mon Sep 14 15:49:17 2015 +0200
+++ b/client/test/test-writable-bins-save-on-click.html	Mon Sep 14 17:57:13 2015 +0200
@@ -19,7 +19,6 @@
         <script src="../js/defaults.js"></script>
         <script src="../js/i18n.js"></script>
         <script src="../dist/js/templates.js"></script>
-        <script src="../js/full-json.js"></script>
         <script src="../js/save-once.js"></script>
         <script src="../js/ldtjson-bin.js"></script>
         <script src="../js/list-bin.js"></script>