Skip to content

Commit

Permalink
Fix Xtemplate compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
christiaanwesterbeek committed Nov 29, 2014
1 parent 672390b commit 178d387
Show file tree
Hide file tree
Showing 6 changed files with 490 additions and 466 deletions.
2 changes: 1 addition & 1 deletion Ext.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ var Ext = { //based on 4.2.1.833 only rewritten to fit node
* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/create
* http://stackoverflow.com/questions/15192722/javascript-extending-class
*/
extend: function(Parent) {
extend: function(Parent, data) {
//define the new class that extends the parent
function F() {
// Call the parent constructor
Expand Down
Loading

0 comments on commit 178d387

Please sign in to comment.