Corrected fail

This commit is contained in:
Thomas FORGIONE 2015-05-18 17:52:59 +02:00
parent 72e3d4179e
commit 517e214a81
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ BD.Event.ArrowClicked.prototype.send = function() {
var data = {};
data.session_id = session_id;
data.arrow_id = this.arrow_id;
var xhr = new XMLHttpRequest();