Remove goog.isDef from pointerevent

This commit is contained in:
Marc Jansen
2015-09-23 21:07:49 +02:00
committed by Tim Schaub
parent 4fa590965c
commit 3de0aad52a
+1 -1
View File
@@ -59,7 +59,7 @@ ol.pointer.PointerEvent = function(type, browserEvent, opt_eventDict) {
*/ */
this.browserEvent = browserEvent; this.browserEvent = browserEvent;
var eventDict = goog.isDef(opt_eventDict) ? opt_eventDict : {}; var eventDict = opt_eventDict ? opt_eventDict : {};
/** /**
* @type {number} * @type {number}