Commit e9d6756a authored by Heinrich Fenkart's avatar Heinrich Fenkart
Browse files

Fix regression of #10038 introduced by #13772

parent 63767f88
6 merge requests!28721Hot test,!13800Fix regression of #10038 introduced by #13772,!13801UMD code style,!16605Test pull please ignore,!22103test,!25326Adjust examples
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