rename TrivialConsoleReporter to ConsoleReporter

This commit is contained in:
Davis W. Frank
2011-06-16 22:35:57 -07:00
parent 0b97951766
commit e4e9b51544
6 changed files with 9 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
jasmine.TrivialConsoleReporter = function(print, doneCallback, showColors) {
jasmine.ConsoleReporter = function(print, doneCallback, showColors) {
//inspired by mhevery's jasmine-node reporter
//https://github.com/mhevery/jasmine-node

View File

@@ -2,6 +2,6 @@ jasmine.version_= {
"major": 1,
"minor": 1,
"build": 0,
"revision": 1308288659,
"revision": 1308288921,
"rc": 1
};