Update communicating.md (#392)
Summary: Fix quotes Pull Request resolved: https://github.com/facebook/flipper/pull/392 Reviewed By: danielbuechele Differential Revision: D14342217 Pulled By: passy fbshipit-source-id: 8e6fa9580ef42a69e709802edbbe85a163388425
This commit is contained in:
committed by
Facebook Github Bot
parent
817c488220
commit
e2eab5b0dc
@@ -9,7 +9,7 @@ To start communicating with a client your plugin must implement the init functio
|
|||||||
```javascript
|
```javascript
|
||||||
class extends FlipperPlugin {
|
class extends FlipperPlugin {
|
||||||
static title = "MyPlugin";
|
static title = "MyPlugin";
|
||||||
static id = 'MyPlugin';
|
static id = "MyPlugin";
|
||||||
|
|
||||||
init() {
|
init() {
|
||||||
// Setup subscriptions etc using this.client
|
// Setup subscriptions etc using this.client
|
||||||
|
|||||||
Reference in New Issue
Block a user