Comparing version 0.0.21 to 0.0.22
@@ -508,5 +508,5 @@ var Class = require('sji') | ||
var AdminForm = exports.AdminForm = MongooseForm.extend({ | ||
init: function(request,options) | ||
init: function(request,options,model) | ||
{ | ||
this._super(request,options); | ||
this._super(request,options,model); | ||
this.static['js'].push('/node-forms/js/jquery-ui-1.8.18.custom.min.js'); | ||
@@ -513,0 +513,0 @@ this.static['css'].push('/node-forms/css/ui-lightness/jquery-ui-1.8.18.custom.css'); |
{ | ||
"name": "j-forms", | ||
"description": "jewish forms creation from fields or from mongoose models", | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"author": "Ishai Jaffe <ishai@empeeric.com>", | ||
@@ -6,0 +6,0 @@ "dependencies": { |
247932