2011-05-12 21:02:11 +00:00
|
|
|
(function() {
|
|
|
|
if (!(typeof jasmine !== "undefined" && jasmine !== null)) {
|
2011-06-13 12:14:24 +00:00
|
|
|
throw new Error("jasmine not laoded!");
|
2011-05-12 21:02:11 +00:00
|
|
|
}
|
2011-10-24 20:40:08 +00:00
|
|
|
jasmine.HeadlessReporter = (function() {
|
2011-10-27 00:05:05 +00:00
|
|
|
function HeadlessReporter() {}
|
2011-10-24 20:40:08 +00:00
|
|
|
return HeadlessReporter;
|
|
|
|
})();
|
2011-05-12 21:02:11 +00:00
|
|
|
}).call(this);
|