From 4cadbcb90174e5dd97a5d614aca0d88fc037b683 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Tue, 15 Mar 2011 22:13:21 -0400 Subject: [PATCH] Added comment to more clearly state that the class declaration example does not use ease.js --- doc/classes.texi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/classes.texi b/doc/classes.texi index bf82fcb..fe900bb 100644 --- a/doc/classes.texi +++ b/doc/classes.texi @@ -26,6 +26,10 @@ illustrates how you would typically create a class-like object in JavaScript: @float Figure, f:class-js @verbatim + /** + * Declaring "classes" WITHOUT ease.js + */ + // our "class" var MyClass = function() {