Updating name.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
describe("ol.Events", function() {
|
describe("ol.event.Events", function() {
|
||||||
|
|
||||||
var log = [],
|
var log = [],
|
||||||
logFn = function(e) {log.push({scope: this, evt: e});};
|
logFn = function(e) {log.push({scope: this, evt: e});};
|
||||||
|
|||||||
Reference in New Issue
Block a user