Add tests and documentation for goog.events.*
This commit is contained in:
@@ -35,7 +35,7 @@ describe('ol.pointer.PointerEventHandler', function() {
|
||||
clientY: y,
|
||||
target: target
|
||||
};
|
||||
ol.events.fireListeners(target, type, event);
|
||||
target.dispatchEvent(event);
|
||||
}
|
||||
|
||||
describe('pointer down', function() {
|
||||
|
||||
Reference in New Issue
Block a user