Skip to content

Commit

Permalink
Merge pull request #88 from mikepaulsond2l/fix-ie
Browse files Browse the repository at this point in the history
Fixing connect bug in IE
  • Loading branch information
omsmith authored Oct 24, 2016
2 parents e9139c2 + c8635cb commit 11af6d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/port/base.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
'use strict';

var uuid = require('uuid');
var uuid = require('uuid'),
Promise = require('lie');

var validateEvent = require('./validate-event');

Expand Down

0 comments on commit 11af6d3

Please sign in to comment.