Skip to content

Commit 789d1d3

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents a236654 + 34911ed commit 789d1d3

File tree

5 files changed

+30
-43
lines changed

5 files changed

+30
-43
lines changed

.gitattributes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
mojs-curve-editor.js merge=ours
2-
mojs-curve-editor.min.js merge=ours
1+
app/build/mojs-curve-editor.js merge=ours
2+
app/build/mojs-curve-editor.min.js merge=ours
33
*.postcss.css.json merge=ours

app/build/mojs-curve-editor.js

Lines changed: 21 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ return /******/ (function(modules) { // webpackBootstrap
7575
/******/ }
7676
/******/
7777
/******/ var hotApplyOnUpdate = true;
78-
/******/ var hotCurrentHash = "654c693aa5c9f2466b16"; // eslint-disable-line no-unused-vars
78+
/******/ var hotCurrentHash = "3074fd175cc069076662"; // eslint-disable-line no-unused-vars
7979
/******/ var hotCurrentModuleData = {};
8080
/******/ var hotCurrentParents = []; // eslint-disable-line no-unused-vars
8181
/******/
@@ -4225,6 +4225,7 @@ return /******/ (function(modules) { // webpackBootstrap
42254225
/***/ function(module, exports) {
42264226

42274227
// shim for using process in browser
4228+
42284229
var process = module.exports = {};
42294230

42304231
// cached from whatever global is present so that test runners that stub it
@@ -4236,35 +4237,21 @@ return /******/ (function(modules) { // webpackBootstrap
42364237
var cachedClearTimeout;
42374238

42384239
(function () {
4239-
try {
4240-
cachedSetTimeout = setTimeout;
4241-
} catch (e) {
4242-
cachedSetTimeout = function () {
4243-
throw new Error('setTimeout is not defined');
4244-
}
4240+
try {
4241+
cachedSetTimeout = setTimeout;
4242+
} catch (e) {
4243+
cachedSetTimeout = function () {
4244+
throw new Error('setTimeout is not defined');
42454245
}
4246-
try {
4247-
cachedClearTimeout = clearTimeout;
4248-
} catch (e) {
4249-
cachedClearTimeout = function () {
4250-
throw new Error('clearTimeout is not defined');
4251-
}
4246+
}
4247+
try {
4248+
cachedClearTimeout = clearTimeout;
4249+
} catch (e) {
4250+
cachedClearTimeout = function () {
4251+
throw new Error('clearTimeout is not defined');
42524252
}
4253+
}
42534254
} ())
4254-
function runTimeout(fun) {
4255-
if (cachedSetTimeout === setTimeout) {
4256-
return setTimeout(fun, 0);
4257-
} else {
4258-
return cachedSetTimeout.call(null, fun, 0);
4259-
}
4260-
}
4261-
function runClearTimeout(marker) {
4262-
if (cachedClearTimeout === clearTimeout) {
4263-
clearTimeout(marker);
4264-
} else {
4265-
cachedClearTimeout.call(null, marker);
4266-
}
4267-
}
42684255
var queue = [];
42694256
var draining = false;
42704257
var currentQueue;
@@ -4289,7 +4276,7 @@ return /******/ (function(modules) { // webpackBootstrap
42894276
if (draining) {
42904277
return;
42914278
}
4292-
var timeout = runTimeout(cleanUpNextTick);
4279+
var timeout = cachedSetTimeout.call(null, cleanUpNextTick);
42934280
draining = true;
42944281

42954282
var len = queue.length;
@@ -4306,7 +4293,7 @@ return /******/ (function(modules) { // webpackBootstrap
43064293
}
43074294
currentQueue = null;
43084295
draining = false;
4309-
runClearTimeout(timeout);
4296+
cachedClearTimeout.call(null, timeout);
43104297
}
43114298

43124299
process.nextTick = function (fun) {
@@ -4318,7 +4305,7 @@ return /******/ (function(modules) { // webpackBootstrap
43184305
}
43194306
queue.push(new Item(fun, args));
43204307
if (queue.length === 1 && !draining) {
4321-
runTimeout(drainQueue);
4308+
cachedSetTimeout.call(null, drainQueue, 0);
43224309
}
43234310
};
43244311

@@ -9861,9 +9848,9 @@ return /******/ (function(modules) { // webpackBootstrap
98619848
/***/ function(module, exports) {
98629849

98639850
module.exports = {
9864-
"point": "_point_eogtk_5",
9865-
"is-selected": "_is-selected_eogtk_40",
9866-
"is-hide-handles": "_is-hide-handles_eogtk_50"
9851+
"point": "_point_at09i_5",
9852+
"is-selected": "_is-selected_at09i_40",
9853+
"is-hide-handles": "_is-hide-handles_at09i_50"
98679854
};
98689855

98699856
/***/ },
@@ -9901,7 +9888,7 @@ return /******/ (function(modules) { // webpackBootstrap
99019888

99029889

99039890
// module
9904-
exports.push([module.id, "._point_eogtk_5{position:absolute;width:10px;height:10px;margin-left:-5px;margin-top:-5px;cursor:move;background:#fff;border-radius:50%;z-index:3;box-shadow:3px 3px 0 rgba(0,0,0,.5);border:2px solid #fff}._point_eogtk_5 little-handle{position:absolute;left:50%;top:50%;margin-left:-3px;margin-top:-3px}._point_eogtk_5:after{content:'';position:absolute;left:50%;top:50%;width:20px;height:20px;margin-left:-10px;margin-top:-10px}._point_eogtk_5._is-selected_eogtk_40,._point_eogtk_5:hover{border-color:#8c6d8b}._point_eogtk_5._is-selected_eogtk_40 little-handle{display:block}._point_eogtk_5._is-hide-handles_eogtk_50 little-handle{display:none}", ""]);
9891+
exports.push([module.id, "._point_at09i_5{position:absolute;width:10px;height:10px;margin-left:-5px;margin-top:-5px;cursor:move;background:#fff;border-radius:50%;z-index:3;box-shadow:3px 3px 0 rgba(0,0,0,.5);border:2px solid #fff}._point_at09i_5 little-handle{position:absolute;left:50%;top:50%;margin-left:-3px;margin-top:-3px;display:none}._point_at09i_5:after{content:'';position:absolute;left:50%;top:50%;width:20px;height:20px;margin-left:-10px;margin-top:-10px}._point_at09i_5._is-selected_at09i_40,._point_at09i_5:hover{border-color:#8c6d8b}._point_at09i_5._is-selected_at09i_40 little-handle{display:block}._point_at09i_5._is-hide-handles_at09i_50 little-handle{display:none}", ""]);
99059892

99069893
// exports
99079894

app/build/mojs-curve-editor.min.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/css/blocks/point.postcss.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $size: 10;
3333
top: 50%;
3434
margin-left: calc( -($size/2)*$PX );
3535
margin-top: calc( -($size/2)*$PX );
36-
/*display: none;*/
36+
display: none;
3737
}
3838

3939
&:hover,

app/css/blocks/point.postcss.css.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"point":"_point_eogtk_5","is-selected":"_is-selected_eogtk_40","is-hide-handles":"_is-hide-handles_eogtk_50"}
1+
{"point":"_point_at09i_5","is-selected":"_is-selected_at09i_40","is-hide-handles":"_is-hide-handles_at09i_50"}

0 commit comments

Comments
 (0)