Skip to content

Commit

Permalink
fix: add PluginTab workaround for Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
bolt-bot committed Nov 13, 2019
1 parent 7616070 commit 2fa9367
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/plugin-tab/dist/js/@pattern-lab-plugin-tab.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const PluginTab = {
// workaround to `PluginTab undefined` error in Safari
window.PluginTab = {
/**
* The function defined as the onready callback within the plugin configuration.
*/
Expand Down

0 comments on commit 2fa9367

Please sign in to comment.