Skip to content

Commit 1cfa32f

Browse files
author
daffl
committed
Merge branch 'master' of github.com:daffl/jquery.dform
2 parents 3cd266e + 9760506 commit 1cfa32f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dform.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@
399399
if (_types[type])
400400
{
401401
// We don't need the type key in the options
402-
var ops = $.withoutKeys(options, "type");
402+
var ops = $.withoutKeys(options, ["type"]);
403403
// Run all type element builder functions called typename
404404
$.each(_types[type], function(i, sfn) {
405405
element = sfn.call(element, ops);

0 commit comments

Comments
 (0)