laravel-echo
Advanced tools
Comparing version 1.3.4 to 1.3.5
@@ -251,3 +251,3 @@ var asyncGenerator = function () { | ||
if (event.charAt(0) === '.' || event.charAt(0) === '\\') { | ||
event = event.substr(1); | ||
return event.substr(1); | ||
} else if (this.namespace) { | ||
@@ -254,0 +254,0 @@ event = this.namespace + '.' + event; |
{ | ||
"name": "laravel-echo", | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"description": "Laravel Echo library for beautiful Pusher and Socket.IO integration", | ||
@@ -5,0 +5,0 @@ "main": "dist/echo.js", |
@@ -30,3 +30,3 @@ /** | ||
if (event.charAt(0) === '.' || event.charAt(0) === '\\') { | ||
event = event.substr(1); | ||
return event.substr(1); | ||
} else if (this.namespace) { | ||
@@ -33,0 +33,0 @@ event = this.namespace + '.' + event; |
54423