mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Issue #311 : Fix post-rebase issues
This commit is contained in:
parent
3585c2debd
commit
814db90e54
@ -136,7 +136,7 @@
|
|||||||
// The list of callbacks that define the drag'n drop behavior of the selection.
|
// The list of callbacks that define the drag'n drop behavior of the selection.
|
||||||
/** @private */
|
/** @private */
|
||||||
|
|
||||||
ns.BaseSelect.prototype.onSelectionMoveStart_ = function (col, row, color, frame, overlay) {};
|
ns.BaseSelect.prototype.onSelectionMoveStart_ = function (col, row, frame, overlay) {};
|
||||||
|
|
||||||
/** @private */
|
/** @private */
|
||||||
ns.BaseSelect.prototype.onSelectionMove_ = function (col, row, frame, overlay) {
|
ns.BaseSelect.prototype.onSelectionMove_ = function (col, row, frame, overlay) {
|
||||||
@ -156,7 +156,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
/** @private */
|
/** @private */
|
||||||
ns.BaseSelect.prototype.onSelectionMoveEnd_ = function (col, row, color, frame, overlay) {
|
ns.BaseSelect.prototype.onSelectionMoveEnd_ = function (col, row, frame, overlay) {
|
||||||
this.onSelectionMove_(col, row, color, frame, overlay);
|
this.onSelectionMove_(col, row, frame, overlay);
|
||||||
};
|
};
|
||||||
})();
|
})();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user