Skip to content

Commit

Permalink
Remove modulizer leftover in gesture-event-listeners
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Aug 28, 2018
1 parent 0d35437 commit 3508837
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/mixins/gesture-event-listeners.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
import '../utils/boot.js';

import { dedupingMixin } from '../utils/mixin.js';
import * as gestures$0 from '../utils/gestures.js';

const gestures = gestures$0;
import { gestures } from '../utils/gestures.js';

/**
* Element class mixin that provides API for adding Polymer's cross-platform
Expand Down

0 comments on commit 3508837

Please sign in to comment.