msgs
Version:
Message oriented programming for JavaScript
17 lines (13 loc) • 288 B
JavaScript
/*
* Copyright 2013 the original author or authors
* @license MIT, see LICENSE.txt for details
*
* @author Scott Andrews
*/
(function (buster, sinon) {
'use strict';
buster.sinon = buster.sinon || sinon;
}(
this.buster || require('buster'),
this.sinon || require('sinon')
));