Skip to content

Commit

Permalink
fix(nativeaudio): fix plugin reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed committed Aug 23, 2016
1 parent ed8c67c commit 2510c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/native-audio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { Plugin, Cordova } from './plugin';
*/
@Plugin({
plugin: 'cordova-plugin-nativeaudio',
pluginRef: 'NativeAudio',
pluginRef: 'plugins.NativeAudio',
repo: 'https://github.com/floatinghotpot/cordova-plugin-nativeaudio'
})
export class NativeAudio {
Expand Down

0 comments on commit 2510c5f

Please sign in to comment.