Skip to content
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.

Commit

Permalink
Setting config default for iFrame integration to true
Browse files Browse the repository at this point in the history
  • Loading branch information
yfr committed Oct 29, 2013
1 parent 776239b commit d25aef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/remote-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var remote = {};
remote.defaults = {
distance: 1000,
angle: 45,
iFrame: false
iFrame: true
};

remote.pusherConfig = {
Expand Down

0 comments on commit d25aef8

Please sign in to comment.