| OLD | NEW |
| 1 { | 1 { |
| 2 "description": "Describes the Web Page Replay archives for a story set. Don'
t edit by hand! Use record_wpr for updating.", | |
| 3 "archives": { | 2 "archives": { |
| 4 "todomvc_000.wpr": [ | 3 "AngularJS": { |
| 5 "Dart", | 4 "DEFAULT": "todomvc_000.wpr" |
| 6 "Ember.js", | 5 }, |
| 7 "React", | 6 "Backbone.js": { |
| 8 "AngularJS", | 7 "DEFAULT": "todomvc_000.wpr" |
| 9 "Closure", | 8 }, |
| 10 "Backbone.js", | 9 "Closure": { |
| 11 "Vanilla JS", | 10 "DEFAULT": "todomvc_000.wpr" |
| 12 "Polymer", | 11 }, |
| 13 "GWT" | 12 "Dart": { |
| 14 ] | 13 "DEFAULT": "todomvc_000.wpr" |
| 15 } | 14 }, |
| 15 "Ember.js": { |
| 16 "DEFAULT": "todomvc_000.wpr" |
| 17 }, |
| 18 "GWT": { |
| 19 "DEFAULT": "todomvc_000.wpr" |
| 20 }, |
| 21 "Polymer": { |
| 22 "DEFAULT": "todomvc_000.wpr" |
| 23 }, |
| 24 "React": { |
| 25 "DEFAULT": "todomvc_000.wpr" |
| 26 }, |
| 27 "Vanilla JS": { |
| 28 "DEFAULT": "todomvc_000.wpr" |
| 29 } |
| 30 }, |
| 31 "description": "Describes the Web Page Replay archives for a story set. Don'
t edit by hand! Use record_wpr for updating.", |
| 32 "platform_specific": true |
| 16 } | 33 } |
| OLD | NEW |