that object doesn't exist
This commit is contained in:
parent
ac7cf07d5d
commit
f3e63c3031
@ -1,5 +1,5 @@
|
||||
if !jasmine?
|
||||
throw new Exception("jasmine not laoded!")
|
||||
throw new Error("jasmine not laoded!")
|
||||
|
||||
class HeadlessReporterResult
|
||||
constructor: (name) ->
|
||||
|
@ -2,7 +2,7 @@
|
||||
var HeadlessReporterResult;
|
||||
var __bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; };
|
||||
if (!(typeof jasmine !== "undefined" && jasmine !== null)) {
|
||||
throw new Exception("jasmine not laoded!");
|
||||
throw new Error("jasmine not laoded!");
|
||||
}
|
||||
HeadlessReporterResult = (function() {
|
||||
function HeadlessReporterResult(name) {
|
||||
|
Loading…
Reference in New Issue
Block a user