fix artist editor

This commit is contained in:
Luke Pulverenti 2016-09-06 01:02:05 -04:00
parent 3a5dad0e64
commit 8fc34293c7
16 changed files with 221 additions and 68 deletions

View file

@ -1,6 +1,6 @@
{
"name": "requirejs",
"version": "2.3.0",
"version": "2.3.1",
"ignore": [],
"homepage": "http://requirejs.org",
"authors": [
@ -14,11 +14,11 @@
"license": [
"MIT"
],
"_release": "2.3.0",
"_release": "2.3.1",
"_resolution": {
"type": "version",
"tag": "2.3.0",
"commit": "49ddc059ef857de683315001bb8721d17c1686d6"
"tag": "2.3.1",
"commit": "94785e8633448b668f292009fd2c31e3338a0074"
},
"_source": "https://github.com/jrburke/requirejs-bower.git",
"_target": "^2.1.22",

View file

@ -1,6 +1,6 @@
{
"name": "requirejs",
"version": "2.3.0",
"version": "2.3.1",
"ignore": [],
"homepage": "http://requirejs.org",
"authors": [

View file

@ -1,5 +1,5 @@
/** vim: et:ts=4:sw=4:sts=4
* @license RequireJS 2.3.0 Copyright jQuery Foundation and other contributors.
* @license RequireJS 2.3.1 Copyright jQuery Foundation and other contributors.
* Released under MIT license, https://github.com/requirejs/requirejs/blob/master/LICENSE
*/
//Not using strict: uneven strict support in browsers, #392, and causes
@ -11,7 +11,7 @@ var requirejs, require, define;
(function (global, setTimeout) {
var req, s, head, baseElement, dataMain, src,
interactiveScript, currentlyAddingScript, mainScript, subPath,
version = '2.3.0',
version = '2.3.1',
commentRegExp = /\/\*[\s\S]*?\*\/|([^:"'=]|^)\/\/.*$/mg,
cjsRequireRegExp = /[^.]\s*require\s*\(\s*["']([^'"\s]+)["']\s*\)/g,
jsSuffixRegExp = /\.js$/,