Skip to content

Commit 5860c88

Browse files
committed
added: format option parameter in default demo
1 parent 16d8b73 commit 5860c88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demos/selectmenu/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
});
5757

5858
//a custom format option callback
59-
var addressFormatting = function(text){
59+
var addressFormatting = function(text, opt){
6060
var newText = text;
6161
//array of find replaces
6262
var findreps = [

0 commit comments

Comments
 (0)