From bc4e6705b7535aba44cbea98788abb0df9d33d23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20B=C3=BCchele?= Date: Wed, 19 Sep 2018 03:44:54 -0700 Subject: [PATCH] rename global Summary: global variable was renamed from `Sonar` to `Flipper`. Fixes #267. Reviewed By: passy Differential Revision: D9934362 fbshipit-source-id: 0c03f3e12d9db26c5c7e9430fc98ba7fffd0bf54 --- static/index.dev.html | 2 +- static/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/index.dev.html b/static/index.dev.html index 2d3d508dc..54ff02b3f 100644 --- a/static/index.dev.html +++ b/static/index.dev.html @@ -86,7 +86,7 @@ }; script.onload = () => { - global.Sonar.init(); + global.Flipper.init(); }; document.body.appendChild(script); diff --git a/static/index.html b/static/index.html index c9c3d300b..773570b77 100644 --- a/static/index.html +++ b/static/index.html @@ -15,7 +15,7 @@