Commit 51e1b01c authored by Jacob's avatar Jacob
Browse files

Merge pull request #13800 from hnrch02/fix-umd-regression

Fix regression of #10038 introduced by #13772
parents 63767f88 e9d6756a
Showing with 12 additions and 12 deletions
+12 -12
......@@ -9,7 +9,7 @@
(function (o_o) {
typeof define === 'function' && define.amd ? define(['jquery'], o_o) :
typeof exports === 'object' ? o_o(require('jquery')) : o_o(this.jQuery)
typeof exports === 'object' ? o_o(require('jquery')) : o_o(jQuery)
})(function ($) {
'use strict';
......
......@@ -9,7 +9,7 @@
(function (o_o) {
typeof define === 'function' && define.amd ? define(['jquery'], o_o) :
typeof exports === 'object' ? o_o(require('jquery')) : o_o(this.jQuery)
typeof exports === 'object' ? o_o(require('jquery')) : o_o(jQuery)
})(function ($) {
'use strict';
......
......@@ -9,7 +9,7 @@
(function (o_o) {
typeof define === 'function' && define.amd ? define(['jquery'], o_o) :
typeof exports === 'object' ? o_o(require('jquery')) : o_o(this.jQuery)
typeof exports === 'object' ? o_o(require('jquery')) : o_o(jQuery)
})(function ($) {
'use strict';
......
......@@ -9,7 +9,7 @@
(function (o_o) {
typeof define === 'function' && define.amd ? define(['jquery'], o_o) :
typeof exports === 'object' ? o_o(require('jquery')) : o_o(this.jQuery)
typeof exports === 'object' ? o_o(require('jquery')) : o_o(jQuery)
})(function ($) {
'use strict';
......
......@@ -9,7 +9,7 @@
(function (o_o) {
typeof define === 'function' && define.amd ? define(['jquery'], o_o) :
typeof exports === 'object' ? o_o(require('jquery')) : o_o(this.jQuery)
typeof exports === 'object' ? o_o(require('jquery')) : o_o(jQuery)
})(function ($) {
'use strict';
......
......@@ -9,7 +9,7 @@
(function (o_o) {
typeof define === 'function' && define.amd ? define(['jquery'], o_o) :
typeof exports === 'object' ? o_o(require('jquery')) : o_o(this.jQuery)
typeof exports === 'object' ? o_o(require('jquery')) : o_o(jQuery)
})(function ($) {
'use strict';
......
......@@ -9,7 +9,7 @@
(function (o_o) {
typeof define === 'function' && define.amd ? define(['jquery'], o_o) :
typeof exports === 'object' ? o_o(require('jquery')) : o_o(this.jQuery)
typeof exports === 'object' ? o_o(require('jquery')) : o_o(jQuery)
})(function ($) {
'use strict';
......
......@@ -9,7 +9,7 @@
(function (o_o) {
typeof define === 'function' && define.amd ? define(['jquery'], o_o) :
typeof exports === 'object' ? o_o(require('jquery')) : o_o(this.jQuery)
typeof exports === 'object' ? o_o(require('jquery')) : o_o(jQuery)
})(function ($) {
'use strict';
......
......@@ -9,7 +9,7 @@
(function (o_o) {
typeof define === 'function' && define.amd ? define(['jquery'], o_o) :
typeof exports === 'object' ? o_o(require('jquery')) : o_o(this.jQuery)
typeof exports === 'object' ? o_o(require('jquery')) : o_o(jQuery)
})(function ($) {
'use strict';
......
......@@ -9,7 +9,7 @@
(function (o_o) {
typeof define === 'function' && define.amd ? define(['jquery'], o_o) :
typeof exports === 'object' ? o_o(require('jquery')) : o_o(this.jQuery)
typeof exports === 'object' ? o_o(require('jquery')) : o_o(jQuery)
})(function ($) {
'use strict';
......
......@@ -10,7 +10,7 @@
(function (o_o) {
typeof define === 'function' && define.amd ? define(['jquery'], o_o) :
typeof exports === 'object' ? o_o(require('jquery')) : o_o(this.jQuery)
typeof exports === 'object' ? o_o(require('jquery')) : o_o(jQuery)
})(function ($) {
'use strict';
......
......@@ -9,7 +9,7 @@
(function (o_o) {
typeof define === 'function' && define.amd ? define(['jquery'], o_o) :
typeof exports === 'object' ? o_o(require('jquery')) : o_o(this.jQuery)
typeof exports === 'object' ? o_o(require('jquery')) : o_o(jQuery)
})(function ($) {
'use strict';
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment