mirror of
https://github.com/nasa/openmct.git
synced 2025-03-22 20:15:25 +00:00
[Edit] Mark restartTransaction as private API
This commit is contained in:
parent
21d1938a0f
commit
27fe4edb30
@ -148,6 +148,7 @@ define(
|
|||||||
* transaction.
|
* transaction.
|
||||||
*
|
*
|
||||||
* @returns {Function} a function to cancel the prior transaction
|
* @returns {Function} a function to cancel the prior transaction
|
||||||
|
* @private
|
||||||
*/
|
*/
|
||||||
TransactionService.prototype.restartTransaction = function () {
|
TransactionService.prototype.restartTransaction = function () {
|
||||||
var oldOnCancels = this.onCancels;
|
var oldOnCancels = this.onCancels;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user