JSFiddle - React, Tailwind, and code Playground
by Tomek
JavaScript
var model = this.model;
Q.when(model.fetch()) //request send, response not yet recieved
.then( function processFetchedModel( response ){//called when successfully fetched
console.log("Multiplier value: " +model.get("multiplier"));
});