Skip to content

Commit

Permalink
Removed use strict fixes #35
Browse files Browse the repository at this point in the history
  • Loading branch information
cmackay committed Apr 20, 2015
1 parent 695d75f commit a85ee25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="com.cmackay.plugins.googleanalytics"
version="0.1.14">
version="0.1.15">

<engines>
<engine name="cordova" version=">=3.0.0" />
Expand Down
2 changes: 0 additions & 2 deletions www/analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
*
*/

'use strict';

var argscheck = require('cordova/argscheck'),
utils = require('cordova/utils'),
exec = require('cordova/exec'),
Expand Down

0 comments on commit a85ee25

Please sign in to comment.