[ka-Map-dev] [Bug 1682] New: Code Error KaMap.js at row 2236

bugzilla-daemon at bugzilla.maptools.org bugzilla-daemon at bugzilla.maptools.org
Thu Mar 15 05:40:30 EST 2007


http://bugzilla.maptools.org/show_bug.cgi?id=1682

           Summary: Code Error KaMap.js at row 2236
           Product: ka-Map
           Version: 1.0
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P3
         Component: core
        AssignedTo: ka-map-dev at lists.maptools.org
        ReportedBy: casamatta at gmail.com


Wrong code: var metaTileId = 't' + metaTop + '/l' + metaLeft; <--
Right code: var metaTileId = 't' + metaTop + 'l' + metaLeft;



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Please do NOT reply to this email, use the link above instead to 
login to bugzilla and submit your comment. Any email reply to this
address will be lost.


More information about the ka-Map-dev mailing list