Skip to content

Commit c5a9d0d

Browse files
raproposdanielsogl
authored andcommitted
docs(developer): remove stale observation about methods being static (danielsogl#3033)
1 parent 18e4a9c commit c5a9d0d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

DEVELOPER.md

-2
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ It's just a stub. The `return` is only there to keep the TypeScript type-checker
8888

8989
By default, the `@Cordova` decorator wraps the plugin callbacks in a Promise that resolves when the success callback is called and rejects when the error callback is called. It also ensures that Cordova and the underlying plugin are available, and prints helpful diagnostics if they aren't.
9090

91-
You'll also notice that `getCurrentPosition` is a static method. That's because the plugin class is just a utility class to call the underlying Cordova plugin methods, it's not an instance and has no state.
92-
9391
Next, let's look at the `watchPosition` method.
9492

9593
```

0 commit comments

Comments
 (0)