Index: trunk/extensions/SemanticMaps/includes/forminputs/jquery.mapforminput.js |
— | — | @@ -44,7 +44,7 @@ |
45 | 45 | */ |
46 | 46 | this.updateInput = function( locations ) { |
47 | 47 | this.input.attr( 'value', this.buildInputValue( locations ) ); |
48 | | - } |
| 48 | + }; |
49 | 49 | |
50 | 50 | this.input = $( '<input />' ).attr( { |
51 | 51 | 'type': 'text', |