Rebase 30/4

This commit is contained in:
conker84 2017-04-30 16:09:45 +02:00
parent 6e74eb9f32
commit 3257bea244

View file

@ -3,7 +3,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http:// www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an 'AS IS' BASIS,
@ -22,7 +22,6 @@ export default class NetworkVisualization extends Visualization {
constructor(targetEl, config) {
super(targetEl, config)
console.log('Init network viz')
if (!config.properties) {
config.properties = {}
}