@@ -63,7 +63,7 export function isWidget(v: any): v is _ | |||||
63 | } |
|
63 | } | |
64 |
|
64 | |||
65 | export function isRendition(v: any): v is Rendition { |
|
65 | export function isRendition(v: any): v is Rendition { | |
66 |
return |
|
66 | return v && typeof v.getDomElement === "function"; | |
67 | } |
|
67 | } | |
68 |
|
68 | |||
69 | /** |
|
69 | /** |
General Comments 0
You need to be logged in to leave comments.
Login now