From 055d9432f16cf4f1978ce85b4d0062189f7a7997 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Fri, 15 May 2015 00:19:03 -0400 Subject: [PATCH] Traits section on About page - Modifies index.html to link to a Trait section at bottom of page. - Section provides direct link to test cases to serve as documentation until traits are added to the manual. --- index.html | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 62c3990..7966f10 100644 --- a/index.html +++ b/index.html @@ -27,11 +27,7 @@
  • Static and constant members
  • -
  • - Traits as mixins - (under development) -
  • +
  • Traits as mixins
  • @@ -229,6 +225,25 @@ +

    + Traits As Mixins + +

    +

    + Trait support was introduced in celebration of becoming a GNU + project. It is currently under development and has not yet been + finalized, but has been included in each GNU ease.js release since v0.2.0, + and is stable. +

    +

    + Documentation will be available once some final details are + finalized. Until that time, + the test + cases provide extensive examples and rationale. +

    + + +