@ -1,7 +1,3 @@ | |||||
/** | |||||
* Created by Alex on 3/27/2015. | |||||
*/ | |||||
let Hammer = require('../../../module/hammer'); | let Hammer = require('../../../module/hammer'); | ||||
let hammerUtil = require('../../../hammerUtil'); | let hammerUtil = require('../../../hammerUtil'); | ||||
let util = require('../../../util'); | let util = require('../../../util'); |
@ -1,7 +1,3 @@ | |||||
/** | |||||
* Created by Alex on 3/20/2015. | |||||
*/ | |||||
import BezierEdgeBase from './util/BezierEdgeBase' | import BezierEdgeBase from './util/BezierEdgeBase' | ||||
class BezierEdgeDynamic extends BezierEdgeBase { | class BezierEdgeDynamic extends BezierEdgeBase { |
@ -1,7 +1,3 @@ | |||||
/** | |||||
* Created by Alex on 3/20/2015. | |||||
*/ | |||||
import BezierEdgeBase from './util/BezierEdgeBase' | import BezierEdgeBase from './util/BezierEdgeBase' | ||||
class BezierEdgeStatic extends BezierEdgeBase { | class BezierEdgeStatic extends BezierEdgeBase { |
@ -1,7 +1,3 @@ | |||||
/** | |||||
* Created by Alex on 3/20/2015. | |||||
*/ | |||||
import EdgeBase from './util/EdgeBase' | import EdgeBase from './util/EdgeBase' | ||||
class StraightEdge extends EdgeBase { | class StraightEdge extends EdgeBase { |
@ -1,6 +1,3 @@ | |||||
/** | |||||
* Created by Alex on 3/18/2015. | |||||
*/ | |||||
'use strict'; | 'use strict'; | ||||
import NodeBase from '../util/NodeBase' | import NodeBase from '../util/NodeBase' |
@ -1,6 +1,3 @@ | |||||
/** | |||||
* Created by Alex on 3/18/2015. | |||||
*/ | |||||
'use strict'; | 'use strict'; | ||||
import CircleImageBase from '../util/CircleImageBase' | import CircleImageBase from '../util/CircleImageBase' |
@ -1,6 +1,3 @@ | |||||
/** | |||||
* Created by Alex on 3/18/2015. | |||||
*/ | |||||
'use strict'; | 'use strict'; | ||||
@ -1,6 +1,3 @@ | |||||
/** | |||||
* Created by Alex on 3/18/2015. | |||||
*/ | |||||
'use strict'; | 'use strict'; | ||||
import NodeBase from '../util/NodeBase' | import NodeBase from '../util/NodeBase' |
@ -1,6 +1,3 @@ | |||||
/** | |||||
* Created by Alex on 3/18/2015. | |||||
*/ | |||||
'use strict'; | 'use strict'; | ||||
import ShapeBase from '../util/ShapeBase' | import ShapeBase from '../util/ShapeBase' |
@ -1,6 +1,3 @@ | |||||
/** | |||||
* Created by Alex on 3/18/2015. | |||||
*/ | |||||
'use strict'; | 'use strict'; | ||||
import NodeBase from '../util/NodeBase' | import NodeBase from '../util/NodeBase' |
@ -1,6 +1,3 @@ | |||||
/** | |||||
* Created by Alex on 3/18/2015. | |||||
*/ | |||||
'use strict'; | 'use strict'; | ||||
import NodeBase from '../util/NodeBase' | import NodeBase from '../util/NodeBase' |
@ -1,6 +1,3 @@ | |||||
/** | |||||
* Created by Alex on 3/18/2015. | |||||
*/ | |||||
'use strict'; | 'use strict'; | ||||
import NodeBase from '../util/NodeBase' | import NodeBase from '../util/NodeBase' |
@ -1,6 +1,3 @@ | |||||
/** | |||||
* Created by Alex on 3/18/2015. | |||||
*/ | |||||
'use strict'; | 'use strict'; | ||||
import CircleImageBase from '../util/CircleImageBase' | import CircleImageBase from '../util/CircleImageBase' |
@ -1,6 +1,3 @@ | |||||
/** | |||||
* Created by Alex on 3/18/2015. | |||||
*/ | |||||
'use strict'; | 'use strict'; | ||||
import ShapeBase from '../util/ShapeBase' | import ShapeBase from '../util/ShapeBase' |
@ -1,6 +1,3 @@ | |||||
/** | |||||
* Created by Alex on 3/18/2015. | |||||
*/ | |||||
'use strict'; | 'use strict'; | ||||
import ShapeBase from '../util/ShapeBase' | import ShapeBase from '../util/ShapeBase' |
@ -1,6 +1,3 @@ | |||||
/** | |||||
* Created by Alex on 3/18/2015. | |||||
*/ | |||||
'use strict'; | 'use strict'; | ||||
import NodeBase from '../util/NodeBase' | import NodeBase from '../util/NodeBase' |
@ -1,6 +1,3 @@ | |||||
/** | |||||
* Created by Alex on 3/18/2015. | |||||
*/ | |||||
'use strict'; | 'use strict'; | ||||
import ShapeBase from '../util/ShapeBase' | import ShapeBase from '../util/ShapeBase' |
@ -1,9 +1,5 @@ | |||||
let util = require('../../../../util'); | let util = require('../../../../util'); | ||||
/** | |||||
* Created by Alex on 3/17/2015. | |||||
*/ | |||||
class Label { | class Label { | ||||
constructor(body,options) { | constructor(body,options) { | ||||
this.body = body; | this.body = body; |