| OLD | NEW |
| 1 { | 1 { |
| 2 "extensions": [ | 2 "extensions": [ |
| 3 { | 3 { |
| 4 "type": "view", | 4 "type": "view", |
| 5 "location": "drawer-view", | 5 "location": "drawer-view", |
| 6 "id": "animations", | 6 "id": "animations", |
| 7 "title": "Animations", | 7 "title": "Animations", |
| 8 "persistence": "closeable", | 8 "persistence": "closeable", |
| 9 "order": 0, | 9 "order": 0, |
| 10 "className": "WebInspector.AnimationTimeline" | 10 "className": "Animation.AnimationTimeline" |
| 11 } | 11 } |
| 12 ], | 12 ], |
| 13 "dependencies": [ | 13 "dependencies": [ |
| 14 "elements" | 14 "elements" |
| 15 ], | 15 ], |
| 16 "scripts": [ | 16 "scripts": [ |
| 17 "AnimationModel.js", | 17 "AnimationModel.js", |
| 18 "AnimationGroupPreviewUI.js", | 18 "AnimationGroupPreviewUI.js", |
| 19 "AnimationScreenshotPopover.js", | 19 "AnimationScreenshotPopover.js", |
| 20 "AnimationTimeline.js", | 20 "AnimationTimeline.js", |
| 21 "AnimationUI.js" | 21 "AnimationUI.js" |
| 22 ], | 22 ], |
| 23 "resources": [ | 23 "resources": [ |
| 24 "animationScreenshotPopover.css", | 24 "animationScreenshotPopover.css", |
| 25 "animationTimeline.css" | 25 "animationTimeline.css" |
| 26 ] | 26 ] |
| 27 } | 27 } |
| OLD | NEW |