Change @require to @require:

git-svn-id: http://svn.openlayers.org/trunk/openlayers@326 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2006-05-24 17:17:22 +00:00
parent 875cfb20b6
commit c0ec7f9a00
18 changed files with 53 additions and 31 deletions
+5 -1
View File
@@ -59,7 +59,11 @@ OpenLayers.Events.prototype = {
var listeners = this.listeners[type];
listeners.push( func.bindAsEventListener(obj) );
},
remove: function (type) {
this.listeners[type].pop();
},
/**
* @param {event} evt
*/