Merge branch 'master' into bugfix/staticGrid

# Conflicts:
#	dist/gridstack.min.map
This commit is contained in:
d 2016-02-18 16:52:57 -05:00
commit 03ca75717c
4 changed files with 4 additions and 4 deletions

View file

@ -1121,7 +1121,7 @@
throw new Error('Invalid height');
}
heightUnit = match[2];
height = parseInt(match[1]);
height = parseFloat(match[1]);
}
return {height: height, unit: heightUnit};
}