Skip to content

Commit

Permalink
fix(vibration): fix plugin reference
Browse files Browse the repository at this point in the history
closes #106
  • Loading branch information
ihadeed committed Apr 11, 2016
1 parent 7fa66ab commit beeb075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/vibration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {Plugin, Cordova} from './plugin'
*/
@Plugin({
plugin: 'cordova-plugin-vibration',
pluginRef: 'navigator.vibrate',
pluginRef: 'navigator',
repo: 'https://github.com/apache/cordova-plugin-vibration'
})
export class Vibration {
Expand Down

0 comments on commit beeb075

Please sign in to comment.