Skip to content

Commit

Permalink
fix: import used Touch utility in Dropdown and Reveal
Browse files Browse the repository at this point in the history
  • Loading branch information
ncoden committed Nov 21, 2018
1 parent 4e8ad74 commit 40833df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion js/foundation.dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { GetYoDigits, ignoreMousedisappear } from './foundation.core.utils';
import { Positionable } from './foundation.positionable';

import { Triggers } from './foundation.util.triggers';

import { Touch } from './foundation.util.touch'

/**
* Dropdown module.
Expand Down
1 change: 1 addition & 0 deletions js/foundation.reveal.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { Keyboard } from './foundation.util.keyboard';
import { MediaQuery } from './foundation.util.mediaQuery';
import { Motion } from './foundation.util.motion';
import { Triggers } from './foundation.util.triggers';
import { Touch } from './foundation.util.touch'

/**
* Reveal module.
Expand Down

0 comments on commit 40833df

Please sign in to comment.