Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
062eba7b
...
062eba7b88fa043dc09013a2e780b6f2df31e786
authored
2012-01-30 19:34:46 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
typo
1 parent
0047f4ea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
modules/colorizer.js
modules/colorizer.js
View file @
062eba7
...
...
@@ -60,8 +60,8 @@ var Colorizer = function() {
/**
* Adds a style to provided text.
*
* @param
s
String text
* @param
s
String styleName
* @param
String text
* @param
String styleName
* @return String
*/
this
.
colorize
=
function
colorize
(
text
,
styleName
,
pad
)
{
...
...
Please
register
or
sign in
to post a comment