Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
christiaanwesterbeek committed Nov 23, 2015
1 parent f5136c2 commit 66ea610
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)

Expand Down

0 comments on commit 66ea610

Please sign in to comment.