more cleaning
This commit is contained in:
parent
7b91fc5a76
commit
3a559fb0d5
@ -1,5 +0,0 @@
|
||||
if !jasmine?
|
||||
throw new Error("jasmine not laoded!")
|
||||
|
||||
# The reporter itself.
|
||||
class jasmine.HeadlessReporter
|
@ -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);
|
Loading…
Reference in New Issue
Block a user