mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 21:26:10 +03:00
eventsource.js comment fix
This commit is contained in:
parent
bf0608b4b2
commit
c0a16dacc4
@ -36,12 +36,8 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* For use by classes which want to support custom, non-browser events.
|
* For use by classes which want to support custom, non-browser events.
|
||||||
* TODO: This is an awful name! This thing represents an "event source",
|
* TODO: Add a method 'one' which automatically unbinds a listener after
|
||||||
* not an "event handler". PLEASE change the to EventSource. Also please
|
* the first triggered event that matches.
|
||||||
* change 'addHandler', 'removeHandler' and 'raiseEvent' to 'bind',
|
|
||||||
* 'unbind', and 'trigger' respectively. Finally add a method 'one' which
|
|
||||||
* automatically unbinds a listener after the first triggered event that
|
|
||||||
* matches.
|
|
||||||
* @class
|
* @class
|
||||||
*/
|
*/
|
||||||
$.EventSource = function() {
|
$.EventSource = function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user