Skip to content

Commit

Permalink
Merge pull request #129 from knownasilya/patch-1
Browse files Browse the repository at this point in the history
Fix syntax blocks
  • Loading branch information
calvinmetcalf committed Jun 25, 2014
2 parents a0aa611 + ae819be commit e4ca4fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,14 +174,14 @@ queue.batch('stopit');

##Utility functions

'''javascript
```javascript
cw.makeUrl(reletiveUrl:String)
->absoluteUrl
```

Takes a reletive url and returns an absolute one, handy as reletive urls will resolve badly inside a blob worker.

'''javascript
```javascript
cw.setImmediate(func)
```

Expand Down

0 comments on commit e4ca4fb

Please sign in to comment.