From 8164d98d2f6b21438a05facf276ba5e75e7ef3d5 Mon Sep 17 00:00:00 2001 From: Piotr Date: Mon, 16 Apr 2018 18:50:03 +0200 Subject: [PATCH] remove tools to create JS classes because they are supported since es6 --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 6840775..97e3736 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,6 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [Storage](#storage) * [Color](#color) * [I18n And L10n](#i18n-and-l10n) - * [Class](#class) * [Control Flow](#control-flow) * [Routing](#routing) * [Security](#security) @@ -452,13 +451,6 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [polyglot](https://github.com/airbnb/polyglot.js) - tiny i18n helper library. * [babelfish](https://github.com/nodeca/babelfish/) - i18n with human friendly API and built in plurals support. -## Class - -* [ClassManager](https://github.com/kogarashisan/ClassManager) - One of the fastest and most convenient class systems in the world -* [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. - - ## Control Flow * [async](https://github.com/caolan/async) - Async utilities for node and the browser.