fixing multi_json 1.3.2 issue
This commit is contained in:
parent
724541a2cb
commit
3815a47d07
4
vendor/assets/javascripts/intense.coffee
vendored
4
vendor/assets/javascripts/intense.coffee
vendored
@ -11,12 +11,12 @@ window.Intense = {
|
||||
methods:
|
||||
foreground: (color) ->
|
||||
if Intense.useColors
|
||||
"\033[3#{Intense.colors[color]}m#{this}\033[0m"
|
||||
"\x33[3#{Intense.colors[color]}m#{this}\x33[0m"
|
||||
else
|
||||
this
|
||||
bright: ->
|
||||
if Intense.useColors
|
||||
"\033[1m#{this}\033[0m"
|
||||
"\x33[1m#{this}\x33[0m"
|
||||
else
|
||||
this
|
||||
useColors: true
|
||||
|
Loading…
Reference in New Issue
Block a user