Skip to content

Commit

Permalink
added use strict to give support to nodejs < 7 (Github Issue noelport…
Browse files Browse the repository at this point in the history
  • Loading branch information
nabbl committed Dec 13, 2017
1 parent 19187dd commit f419278
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions google-home-notifier.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict';

var Client = require('castv2-client').Client;
const EventEmitter = require('events');
var DefaultMediaReceiver = require('castv2-client').DefaultMediaReceiver;
Expand Down

0 comments on commit f419278

Please sign in to comment.