mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-14 08:34:26 +02:00
starting lint
This commit is contained in:
parent
e876ad6109
commit
a1a84d9bfb
3 changed files with 1658 additions and 1657 deletions
|
@ -788,7 +788,7 @@ var VisEdge = VisBase.extend({
|
|||
},
|
||||
|
||||
validateAtInit: function() {
|
||||
required = ['tail', 'head'];
|
||||
var required = ['tail', 'head'];
|
||||
_.each(required, function(key) {
|
||||
if (!this.get(key)) {
|
||||
throw new Error(key + ' is required!');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue