Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan West committed Aug 21, 2018
1 parent 695a440 commit 28c21cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/FirebaseAnalytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const execPromise = (cls, action, arg) => new Promise((resolve, reject) => {

const execPlugin = (action, arg) => execPromise(PLUGIN_NAME, action, arg)

// TODO: deduplicate function names, refactor array conversions
module.exports = {
// TODO: validate logEvent parameters
logEvent: (name, params) => execPlugin("logEvent", [name, params || {}]),
Expand Down

0 comments on commit 28c21cd

Please sign in to comment.