Skip to content

Commit

Permalink
fix(battery-status): add missing pluginRef
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed committed Jan 22, 2017
1 parent b983de2 commit 3da0efe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/batterystatus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export interface BatteryStatusResponse {
@Plugin({
pluginName: 'BatteryStatus',
plugin: 'cordova-plugin-battery-status',
pluginRef: 'navigator.battery',
repo: 'https://github.com/apache/cordova-plugin-battery-status',
platforms: ['Amazon Fire OS', 'iOS', 'Android', 'BlackBerry 10', 'Windows Phone 7', 'Windows Phone 8', 'Windows', 'Firefox OS', 'Browser']
})
Expand Down

0 comments on commit 3da0efe

Please sign in to comment.