/*
* Qanimationframe.js - Promisified requestAnimationFrame with Q
*/
/*jslint newcap: true */
(function (definition) {
if (typeof exports === "object") {
module.exports = definition();
} else {
window.QanimationFrame = definition();
}
})(function () {
"use strict";