more cleaning

This commit is contained in:
John Bintz 2011-10-26 22:20:51 -04:00
parent 7b91fc5a76
commit 3a559fb0d5
2 changed files with 0 additions and 14 deletions

View File

@ -1,5 +0,0 @@
if !jasmine?
throw new Error("jasmine not laoded!")
# The reporter itself.
class jasmine.HeadlessReporter

View File

@ -1,9 +0,0 @@
(function() {
if (!(typeof jasmine !== "undefined" && jasmine !== null)) {
throw new Error("jasmine not laoded!");
}
jasmine.HeadlessReporter = (function() {
function HeadlessReporter() {}
return HeadlessReporter;
})();
}).call(this);