Bumping built distribution

This commit is contained in:
Sheel Choksi
2013-11-14 18:16:32 -08:00
parent 7ee5073921
commit 72e9851217
2 changed files with 20 additions and 15 deletions

View File

@@ -50,10 +50,10 @@ getJasmineRequireObj().ConsoleReporter = function() {
failedSpecs = [],
pendingCount,
ansi = {
green: '\033[32m',
red: '\033[31m',
yellow: '\033[33m',
none: '\033[0m'
green: '\x1B[32m',
red: '\x1B[31m',
yellow: '\x1B[33m',
none: '\x1B[0m'
};
this.jasmineStarted = function() {