Use latest version of select2 library because it doesn't work with IE11

This commit is contained in:
Frederic Guillot
2016-07-03 10:14:50 -04:00
parent e7a15de9e5
commit 9eb43dd3fc
3 changed files with 4 additions and 5 deletions

View File

@@ -20,6 +20,6 @@
"font-awesome": "fontawesome#^4.6.3",
"d3": "~3.5.0",
"isMobile": "0.4.0",
"select2": "^4.0.3"
"select2": "master"
}
}