Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
Fixes console errors from third party scripts
Browse files Browse the repository at this point in the history
 🐿 v2.5.16
  • Loading branch information
alexflorisca committed Oct 6, 2017
1 parent 65328fb commit a8e16aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions browser/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ import superstore from 'superstore';
export const _superstore = superstore;
import superstoreSync from 'superstore-sync';
export const _superstoreSync = superstoreSync;

// Needed by some third party scripts, otherwise they error
window.FT = window.FT || {};

0 comments on commit a8e16aa

Please sign in to comment.