Skip to content

Commit

Permalink
fix(flurry-analytics): fix original class reference (#1597)
Browse files Browse the repository at this point in the history
fix: FlurryAnalaytics to FlurryAnalytics
  • Loading branch information
fabiodursoexin authored and ihadeed committed May 23, 2017
1 parent 6d4da1f commit aaeabb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@ionic-native/plugins/flurry-analytics/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ export class FlurryAnalytics extends IonicNativePlugin {
let instance: any;

if (checkAvailability(FlurryAnalytics.pluginRef, null, FlurryAnalytics.pluginName) === true) {
instance = new (window as any).FlurryAnalaytics(options);
instance = new (window as any).FlurryAnalytics(options);
}

return new FlurryAnalyticsObject(instance);
Expand Down

0 comments on commit aaeabb9

Please sign in to comment.