From 66ea61085ecaf2f0ac8f86ab593ccc617b93582a Mon Sep 17 00:00:00 2001 From: Christiaan Westerbeek Date: Mon, 23 Nov 2015 10:08:44 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index fc58265..4c9ecb0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ node-extjs-custom ================= -Customized version of Ext JS 4.2.1 with a subset of the functionalities ported for usage in NodeJS. +Customized version of Ext JS 4.2.1 containg only the Templating functionality. The files in this module are initially copy pasted from Ext JS 4.2.1.883. And then needed to do some tweaking for usage in Node. All Ext.define (with extends) usage is replaced with a plain vanilla Ext.extend method. Functionalities included (indented by hierarchy) * Ext @@ -13,9 +13,6 @@ Functionalities included (indented by hierarchy) * Ext.XTemplateParser * Ext.XTemplateCompiler (required by XTemplate) -The files in this module are initially copy pasted from Ext JS 4.2.1.883. -All Ext.define (with extends) usage is replaced with a plain vanilla Ext.extend method. - ##Install## Install with [npm](http://github.com/isaacs/npm)