summaryrefslogtreecommitdiffstats
path: root/devtools/server/actors/animation.js
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/server/actors/animation.js')
-rw-r--r--devtools/server/actors/animation.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/server/actors/animation.js b/devtools/server/actors/animation.js
index d8de85fd73..89a2f5e84d 100644
--- a/devtools/server/actors/animation.js
+++ b/devtools/server/actors/animation.js
@@ -171,7 +171,7 @@ class AnimationPlayerActor extends Actor {
*/
release() {}
- form(detail) {
+ form() {
const data = this.getCurrentState();
data.actor = this.actorID;