Skip to content

Commit

Permalink
Add missing export. Fixes #173
Browse files Browse the repository at this point in the history
  • Loading branch information
dpa99c committed Feb 2, 2017
1 parent 5ef3f12 commit 26a573e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/android/diagnostic.js
Original file line number Diff line number Diff line change
Expand Up @@ -1231,3 +1231,4 @@ var Diagnostic = (function(){

return Diagnostic;
});
module.exports = new Diagnostic();

0 comments on commit 26a573e

Please sign in to comment.