OpenLayers OpenLayers

Changeset 1350

Show
Ignore:
Timestamp:
08/24/06 01:19:20 (2 years ago)
Author:
crschmidt
Message:

console.log is NOT VALID JAVASCRIPT. Soon I will need to just create a wrapper
function which does nothing, if I keep up these crappy commits.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/openlayers/2.0/lib/OpenLayers/Control/MouseToolbar.js

    r1347 r1350  
    258258                this.map.viewPortDiv.removeChild(document.getElementById("zoomBox")); 
    259259                this.zoomBox = null; 
    260                 console.log(this.startViaKeyboard); 
    261260                if (this.startViaKeyboard) this.leaveMode(); 
    262261                break;