Upgrade draggabilly.js to fix Firefox iframe bug

TNL-3627
This commit is contained in:
Andy Armstrong
2015-10-29 12:32:13 -04:00
parent dd5a6acfc1
commit 18dabc3312
6 changed files with 1671 additions and 772 deletions

View File

@@ -17,6 +17,7 @@ require.config({
paths: {
"domReady": "js/vendor/domReady",
"gettext": "/i18n",
"json2": "js/vendor/json2",
"mustache": "js/vendor/mustache",
"codemirror": "js/vendor/codemirror-compressed",
"codemirror/stex": "js/vendor/CodeMirror/stex",
@@ -95,6 +96,9 @@ require.config({
]
},
shim: {
"json2": {
exports: "JSON"
},
"gettext": {
exports: "gettext"
},