[Edit] Mark restartTransaction as private API

This commit is contained in:
Victor Woeltjen 2016-06-22 15:04:06 -07:00
parent 21d1938a0f
commit 27fe4edb30

View File

@ -148,6 +148,7 @@ define(
* transaction.
*
* @returns {Function} a function to cancel the prior transaction
* @private
*/
TransactionService.prototype.restartTransaction = function () {
var oldOnCancels = this.onCancels;