Skip to content

Commit

Permalink
web: See #25 -- rename DOMEventSource->DomEventSource
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg committed Sep 1, 2011
1 parent c9024d0 commit 37157b8
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -15,8 +15,10 @@ import scala.collection.mutable.WeakHashMap
* Generates the javascript necessary to fire JsEventStreams
* in response to events.
*/
//TODO better name--it is not an EventSource; only wraps a JsEventStream
//TODO better name? It is not an EventSource; only wraps a JsEventStream
class DomEventSource[T <: DOMEvent: Manifest: EventEncoder] extends DOMEventSource[T]

@deprecated("Use DomEventSource")
class DOMEventSource[T <: DOMEvent: Manifest: EventEncoder] extends Forwardable[T] with Logger with JsForwardable[JsObj] {
class Renderer(implicit page: Page) extends (NodeSeq => NodeSeq) {
/**
Expand Down

0 comments on commit 37157b8

Please sign in to comment.