radar-sdk-js
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -6,3 +6,3 @@ { | ||
"license": "Apache-2.0", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"main": "radar.js", | ||
@@ -9,0 +9,0 @@ "scripts": { |
@@ -132,3 +132,3 @@ var HOST_COOKIE = 'radar-host'; | ||
if (description.length === 0 || description.length > 256) { | ||
this._deleteCookie(USER_ID_COOKIE); | ||
this._deleteCookie(DESCRIPTION_COOKIE); | ||
return; | ||
@@ -135,0 +135,0 @@ } |
32313