diff --git a/doc/classes.texi b/doc/classes.texi index d5cca4b..cc98be1 100644 --- a/doc/classes.texi +++ b/doc/classes.texi @@ -1320,6 +1320,9 @@ Every member of @var{dfn} of @var{I} is implicitly Interfaces may only extend other interfaces (@pxref{Inheritance}). @end itemize +@code{Interface} must be imported (@pxref{Including}) from +@code{easejs.Interface}; it is not available in the global scope. + @subsubsection Implementing Interfaces @table @code @item C = Class( @var{name} ).implement( @var{I\_0}[, ...@var{I\_n}] ).extend( @var{dfn} )