From 8655a6a58fbcf74a9f8d0cff17cf06c19615ae61 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sun, 20 Nov 2011 10:53:16 -0500 Subject: [PATCH] [#5] Added mention to Interfaces section in manual that Interface must be imported --- doc/classes.texi | 3 +++ 1 file changed, 3 insertions(+) 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} )