Skip to content

Commit

Permalink
version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
neveldo committed Jan 23, 2014
1 parent 3fbde0d commit 556cd9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions js/jquery.mapael.js
Original file line number Diff line number Diff line change
Expand Up @@ -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).
*
*/
Expand Down Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion mapael.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dataviz",
"dynamic"
],
"version": "0.7.0",
"version": "0.7.1",
"author": {
"name": "Vincent Brouté",
"url": "http://www.neveldo.fr"
Expand Down

0 comments on commit 556cd9d

Please sign in to comment.