Declare variable in TranslateCoordinates callback

This commit is contained in:
Santiago Gimeno 2013-05-27 12:57:25 +02:00
parent 55250ea370
commit c2645fd09e

View file

@ -489,7 +489,7 @@ module.exports = {
function(buf)
{
var res = buf.unpack('Lss');
ext = {};
var ext = {};
ext.child = res[0];
ext.destX = res[1];
ext.destY = res[2];