File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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*/
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 ) ;
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments