Skip to content

Commit

Permalink
Debugging build process.
Browse files Browse the repository at this point in the history
  • Loading branch information
coreybutler committed Jul 30, 2016
1 parent 43e9f21 commit 5755cea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ Object.defineProperty(window.chassis, 'core', {
event = new CustomEvent(eventName)
}
} catch (e) {
console.log(e)
event = document.createEvent('Event')
if (payload) {
event.initCustomEvent(eventName, true, true, {
Expand Down

0 comments on commit 5755cea

Please sign in to comment.