Skip to content

Commit

Permalink
fix(media-plugin): export MediaPlugin class
Browse files Browse the repository at this point in the history
closes #1207
  • Loading branch information
ihadeed committed Mar 21, 2017
1 parent 5be6a15 commit cb0a366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@ionic-native/plugins/media/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export class MediaObject {
pluginRef: 'Media'
})
@Injectable()
class MediaPlugin {
export class MediaPlugin {

// Constants
/**
Expand Down

0 comments on commit cb0a366

Please sign in to comment.