Fix some code style issues

This commit is contained in:
Tyler Long
2017-04-11 22:57:57 +08:00
parent 7d1c1e3845
commit 413162dfad
16 changed files with 27 additions and 11 deletions

View File

@@ -1,3 +1,4 @@
/* eslint-env jasmine */
/**
* Created by knut on 14-11-18.
*/

View File

@@ -1,3 +1,4 @@
/* eslint-env jasmine */
// var proxyquire = require('proxyquire');
// var newD3;
/// **

View File

@@ -1,3 +1,4 @@
/* eslint-env jasmine */
/**
* Created by knut on 14-11-18.
*/

View File

@@ -1,3 +1,4 @@
/* eslint-env jasmine */
/**
* Created by knut on 14-11-18.
*/

View File

@@ -1,3 +1,4 @@
/* eslint-env jasmine */
/**
* Created by knut on 14-11-18.
*/

View File

@@ -1,3 +1,4 @@
/* eslint-env jasmine */
var parser = require('./parser/gitGraph').parser
var ast = require('./gitGraphAst.js')
describe('when parsing a gitGraph', function () {

View File

@@ -1,3 +1,4 @@
/* eslint-env jasmine */
var proxyquire = require('proxyquire')
/**
* Created by knut on 14-11-18.

View File

@@ -1,3 +1,4 @@
/* eslint-env jasmine */
/**
* Created by knut on 14-11-26.
*/

View File

@@ -1,3 +1,4 @@
/* eslint-env jasmine */
/**
* Created by knut on 14-11-26.
*/

View File

@@ -1,3 +1,4 @@
/* eslint-env jasmine */
/**
* Created by knut on 14-11-23.
*/