events.js: style (never underestimate style)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@2983 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2007-04-02 23:12:55 +00:00
parent ed0fca9157
commit 8007b6719a

View File

@@ -363,8 +363,8 @@ OpenLayers.Events.prototype = {
},
/**
* @param {HTMLDOMElement} element a DOM element to attach browser events to
*/
* @param {HTMLDOMElement} element a DOM element to attach browser events to
*/
attachToElement: function (element) {
for (var i = 0; i < this.BROWSER_EVENTS.length; i++) {
var eventType = this.BROWSER_EVENTS[i];