Browse Source

remove log

dev
Evan You 9 years ago
parent
commit
0e5b7eeea7
  1. 1
      examples/select2/index.html

1
examples/select2/index.html

@ -55,7 +55,6 @@
},
options: function (options) {
// update options
console.log(options)
$(this.$el).select2({ data: options })
}
},

Loading…
Cancel
Save