1
0
mirror of https://github.com/twisterarmy/twister-react.git synced 2025-03-13 05:51:23 +00:00
2015-05-17 19:08:10 +02:00

9 lines
190 B
JavaScript
Executable File

/**
* Represents a cancellation caused by navigating away
* before the previous transition has fully resolved.
*/
"use strict";
function Cancellation() {}
module.exports = Cancellation;