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