##// END OF EJS Templates
fixed isRendition again(
cin -
r87:70058deb750d v1.2.7 default
parent child
Show More
@@ -63,7 +63,7 export function isWidget(v: any): v is _
63 63 }
64 64
65 65 export function isRendition(v: any): v is Rendition {
66 return typeof v && typeof v.getDomElement === "function";
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