Skip to content

Instantly share code, notes, and snippets.

@andybryant
andybryant / promise.js
Created August 12, 2014 12:32
Twitter flight promise mixin
define(
['Q', 'jquery'],
function(Q, $) {
'use strict';
function withPromises() {
/*jshint validthis: true */
/**