Updating name.

This commit is contained in:
ahocevar
2012-06-20 23:21:58 +02:00
parent 6ddda53a70
commit 5a31638da8

View File

@@ -1,4 +1,4 @@
describe("ol.Events", function() {
describe("ol.event.Events", function() {
var log = [],
logFn = function(e) {log.push({scope: this, evt: e});};