japji/resources/public/js/cljs-runtime/goog.events.eventid.js
2025-09-01 12:49:14 +01:00

10 lines
227 B
JavaScript

goog.provide("goog.events.EventId");
goog.events.EventId = function(eventId) {
this.id = eventId;
};
goog.events.EventId.prototype.toString = function() {
return this.id;
};
//# sourceMappingURL=goog.events.eventid.js.map