Merge pull request #30 from santigimeno/remove_translate_coordinate_global

Declare variable in TranslateCoordinates callback
This commit is contained in:
Andrey Sidorov 2013-05-27 06:17:13 -07:00
commit d7bfb91ca3

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];