Bugfix. Two undefined vars (now an issue because of strict mode)

This commit is contained in:
JC Brand 2014-07-19 12:31:02 +02:00
parent ac807ae180
commit 37ac91dc1e

View File

@ -2024,7 +2024,7 @@
$fields = $stanza.find('field'),
title = $stanza.find('title').text(),
instructions = $stanza.find('instructions').text(),
i, j, options=[];
i, j, options=[], $field, $options;
var input_types = {
'text-private': 'password',
'text-single': 'textline',