Skip to content

Commit

Permalink
fix(extended-device-information): fix wrong decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsogl committed Aug 21, 2018
1 parent 5ac940d commit 5e9c92a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ Checks if the plugin and property exist before getting/setting the property's va

Example:
```ts
@CordovaProperty
@CordovaProperty()
someProperty: string;
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ export class ExtendedDeviceInformation extends IonicNativePlugin {
/**
* Get the total storage
*/
@CordovaProperty
@CordovaProperty()
freestorage: number;
}

0 comments on commit 5e9c92a

Please sign in to comment.