From 2932c5448b70276114c5b26fb0a4715edd61437c Mon Sep 17 00:00:00 2001
From: wobbie
-<select data-select2-tags="[{id: '1', text: 'One', id: '2', text: 'Two'}]"></select> +<select data-select2-tags='[{"id": "1", "text": "One"}, {"id": "2", "text": "Two"}]'></select>
@@ -693,7 +693,7 @@ var data = $.map([
-<select data-data="[{id: '1', text: 'One', id: '2', text: 'Two'}]" data-tags="true"></select> +<select data-data='[{"id": "1", "text": "One"}, {"id": "2", "text": "Two"}]' data-tags="true"></select>