Skip to content

Commit

Permalink
addresses #155
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjlockwood committed Jun 20, 2017
1 parent d73a64e commit b39cee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/root/root.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import { Observable } from 'rxjs/Observable';

const SHOULD_AUTO_LOAD_DEMO = false;
const IS_DEV_BUILD = !environment.production;
const ELEMENT_RESIZE_DETECTOR = erd();
const ELEMENT_RESIZE_DETECTOR = erd({ strategy: 'scroll' });
const STORAGE_KEY_FIRST_TIME_USER = 'storage_key_first_time_user';

declare const ga: Function;
Expand Down

0 comments on commit b39cee3

Please sign in to comment.