From bcc12bf5a28abd7bd1fe5ffb56cf1e9176c25e78 Mon Sep 17 00:00:00 2001 From: chencheng Date: Sun, 13 Jul 2014 16:42:29 +0800 Subject: [PATCH] add class --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 063e3c0..9fbfd46 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,7 @@ A curated list of amazingly awesome browser-side JavaScript libraries, resources * [Storage](#storage) * [Color](#color) * [I18n And L10n](#i18n-and-l10n) - * Selector - * Class + * [Class](#class) * Event * Control Flow * UI @@ -203,6 +202,12 @@ There're also some great commercial libraries, like [amchart](http://www.amchart *Localization (i18n) and internationalization (l10n) JavaScript libraries.* +## Class + +* [klass](https://github.com/ded/klass) - A utility for creating expressive classes in JavaScript. +* [augment](https://github.com/javascript/augment) - The world's smallest and fastest classical JavaScript inheritance pattern. + + ## Loading Status *Libraries for indicate load status.*