Skip to content

Commit 89ba9d4

Browse files
authored
Merge pull request #2 from kevishie/master
Replaced size() with length
2 parents 8921101 + 3ce7876 commit 89ba9d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jquery.formtowizard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
var element = this
3333
, steps = $( element ).find( "fieldset" )
34-
, count = steps.size()
34+
, count = steps.length
3535
, submmitButtonName = "#" + options.submitButton
3636
, commands = null;
3737

0 commit comments

Comments
 (0)