Wait for it: { messageNode }
);
},
// ---
// PRIVATE METHODS.
// ---
// I return a value between the given bounds, inclusive.
getRandomTimerDuration: function( min, max ) {
return( min + Math.floor( Math.random() * ( max - min + 1 ) ) );
}
});
// --------------------------------------------------------------------------- //
// --------------------------------------------------------------------------- //
// Render the root Demo and mount it inside the given element.
React.render(