Comparing version 2.0.1 to 2.0.2
@@ -120,3 +120,2 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
module.exports = function(ujs) { | ||
console.log(ujs.handleEvent) | ||
if (ujs.handleEvent) { | ||
@@ -123,0 +122,0 @@ // We're calling this a second time -- remove previous handlers |
{ | ||
"name": "react_ujs", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Rails UJS for the react-rails gem", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -10,3 +10,2 @@ var nativeEvents = require("./native") | ||
module.exports = function(ujs) { | ||
console.log(ujs.handleEvent) | ||
if (ujs.handleEvent) { | ||
@@ -13,0 +12,0 @@ // We're calling this a second time -- remove previous handlers |
87314
780