Comparing version 0.0.6 to 0.0.7
@@ -151,3 +151,2 @@ "use strict"; | ||
console.log(this); | ||
$(this).dispatcher = new WebSocket(this.address); | ||
@@ -154,0 +153,0 @@ $(this).dispatcher.onopen = function (e) { |
@@ -17,2 +17,2 @@ var gulp = require( "gulp" ), | ||
gulp.task( "default", [ "build", "watch" ] ); | ||
gulp.task( "default", [ "build", "watch" ] ); |
{ | ||
"name": "apiway", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Client side for Apiway framework", | ||
@@ -5,0 +5,0 @@ "main": "./dst/Apiway.js", |
@@ -85,3 +85,2 @@ import Promise from "native-promise-only"; | ||
dispatch: function( e ){ | ||
console.log(this); | ||
$( this ).dispatcher = new WebSocket( this.address ); | ||
@@ -88,0 +87,0 @@ $( this ).dispatcher.onopen = ( e )=> $( this ).onOpen( e ); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29492
689