removing the exception formatter from the util namespace

This commit is contained in:
Davis W. Frank
2012-12-09 09:29:05 -08:00
parent 30bf565e69
commit a9eaa66da5
8 changed files with 56 additions and 29 deletions

View File

@@ -74,7 +74,7 @@
}
};
var exceptionFormatter = jasmine.util.formatException;
var exceptionFormatter = jasmine.exceptionMessageFor;
var specConstructor = jasmine.Spec;