Index: trunk/extensions/UsabilityInitiative/js/plugins/jquery.suggestions.js |
— | — | @@ -283,7 +283,7 @@ |
284 | 284 | if ( args.length > 0 ) { |
285 | 285 | if ( typeof args[0] == 'object' ) { |
286 | 286 | // Apply set of properties |
287 | | - for ( key in args[0] ) { |
| 287 | + for ( var key in args[0] ) { |
288 | 288 | $.suggestions.configure( context, key, args[0][key] ); |
289 | 289 | } |
290 | 290 | } else if ( typeof args[0] == 'string' ) { |