version 0.7.1

This commit is contained in:
Vincent Broute 2014-01-23 22:17:35 +01:00
parent 3fbde0dff6
commit 556cd9d3ca
2 changed files with 4 additions and 4 deletions

View File

@ -3,9 +3,9 @@
* Jquery Mapael - Dynamic maps jQuery plugin (based on raphael.js)
* Requires jQuery and raphael.js
*
* Version: 0.7.0 (17-11-2013)
* Version: 0.7.1 (23-01-2014)
*
* Copyright (c) 2013 Vincent Brouté (http://www.neveldo.fr/mapael)
* Copyright (c) 2014 Vincent Brouté (http://www.neveldo.fr/mapael)
* Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php).
*
*/
@ -219,7 +219,7 @@
var bbox = {}, textPosition = {};
$.fn.mapael.setHoverOptions(elem.mapElem, options.attrs, options.attrsHover);
if (options.text && typeof options.text.content !='undefined') {
if (options.text && typeof options.text.content != 'undefined') {
// Set a text label in the area
bbox = elem.mapElem.getBBox();
textPosition = $.fn.mapael.getTextPosition(bbox, options.text.position, options.text.margin);

View File

@ -9,7 +9,7 @@
"dataviz",
"dynamic"
],
"version": "0.7.0",
"version": "0.7.1",
"author": {
"name": "Vincent Brouté",
"url": "http://www.neveldo.fr"