Skip to content

Commit 556cd9d

Browse files
committed
version 0.7.1
1 parent 3fbde0d commit 556cd9d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

js/jquery.mapael.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
* Jquery Mapael - Dynamic maps jQuery plugin (based on raphael.js)
44
* Requires jQuery and raphael.js
55
*
6-
* Version: 0.7.0 (17-11-2013)
6+
* Version: 0.7.1 (23-01-2014)
77
*
8-
* Copyright (c) 2013 Vincent Brouté (http://www.neveldo.fr/mapael)
8+
* Copyright (c) 2014 Vincent Brouté (http://www.neveldo.fr/mapael)
99
* Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php).
1010
*
1111
*/
@@ -219,7 +219,7 @@
219219
var bbox = {}, textPosition = {};
220220
$.fn.mapael.setHoverOptions(elem.mapElem, options.attrs, options.attrsHover);
221221

222-
if (options.text && typeof options.text.content !='undefined') {
222+
if (options.text && typeof options.text.content != 'undefined') {
223223
// Set a text label in the area
224224
bbox = elem.mapElem.getBBox();
225225
textPosition = $.fn.mapael.getTextPosition(bbox, options.text.position, options.text.margin);

mapael.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dataviz",
1010
"dynamic"
1111
],
12-
"version": "0.7.0",
12+
"version": "0.7.1",
1313
"author": {
1414
"name": "Vincent Brouté",
1515
"url": "http://www.neveldo.fr"

0 commit comments

Comments
 (0)