Skip to content

Commit

Permalink
Doublequotes replaced with singlequotes
Browse files Browse the repository at this point in the history
  • Loading branch information
kzurawski committed Feb 9, 2016
1 parent 3a47152 commit 203b3b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
var device = application.getDevice();
var broadcastSource = device.createBroadcastSource();

self.sandbox.stub(window, "screen", { height: 1080, width: 1920 });
self.sandbox.stub(window, 'screen', { height: 1080, width: 1920 });

broadcastSource.showCurrentChannel();

Expand Down

0 comments on commit 203b3b5

Please sign in to comment.