mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-13 16:14:27 +02:00
Remove all white space at end of line
This commit is contained in:
parent
58f2dc4156
commit
10bcc0a02f
17 changed files with 870 additions and 870 deletions
|
@ -44,7 +44,7 @@ var GRAPHICS = {
|
|||
tagFill: 'hsb(0,0,0.9)',
|
||||
tagStroke: '#FFF',
|
||||
tagStrokeWidth: '2',
|
||||
|
||||
|
||||
orphanNodeFill: 'hsb(0.5,0.8,0.7)'
|
||||
};
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ module.exports = function(func, time) {
|
|||
if (!wait) {
|
||||
func.apply(this, arguments);
|
||||
wait = true;
|
||||
|
||||
|
||||
setTimeout(function() {
|
||||
wait = false;
|
||||
}, time);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue