Skip to content

Commit

Permalink
Updated readme and changes to the coverage setting on the ci server
Browse files Browse the repository at this point in the history
  • Loading branch information
knsv committed Nov 27, 2014
1 parent 167431d commit 18be0e0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/mermaid.full.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/mermaid.full.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mermaid.slim.js
Original file line number Diff line number Diff line change
Expand Up @@ -2611,7 +2611,7 @@ var actors = {};
var actorKeys = [];
var messages = [];
exports.addActor = function(id,name,description){
console.log('Adding actor: '+id);
//console.log('Adding actor: '+id);
actors[id] = {name:name, description:description};
actorKeys.push(id);
};
Expand Down
2 changes: 1 addition & 1 deletion dist/mermaid.slim.min.js

Large diffs are not rendered by default.

0 comments on commit 18be0e0

Please sign in to comment.