Skip to content

Commit 1006fda

Browse files
committed
New icon
1 parent 24dc2ad commit 1006fda

File tree

7 files changed

+1429
-1425
lines changed

7 files changed

+1429
-1425
lines changed

GruntFile.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,5 @@ module.exports = function(grunt) {
3939

4040
// tasks
4141

42-
43-
grunt.registerTask('build', [ 'bundle' ]);
44-
45-
grunt.registerTask('default', [ 'jshint', 'build' ]);
42+
grunt.registerTask('default', [ 'jshint', 'bundle' ]);
4643
};

dist/d3-simple-networks.js

Lines changed: 1412 additions & 1407 deletions
Large diffs are not rendered by default.

dist/d3-simple-networks.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/d3-simple-networks.min.js

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/SimpleNetwork.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ SimpleNetwork.prototype.initSVG = function(){
242242
var trans = d3js.event.translate;
243243
var scale = d3js.event.scale;
244244
that.SVG.attr('transform', 'translate(' + trans + ') scale(' + scale + ')');
245-
}
245+
246246
};
247247
this.origSVG = d3js.select(this.container)
248248
.append('svg')

lib/icons/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ var icons = {
1919
'planta-liquidos': require('./planta-liquidos.svg'),
2020
'planta-deshidratadora': require('./planta_deshidratadora.svg'),
2121
'quemador': require('./quemador.svg'),
22+
'temporal': require('./temporal.svg'),
2223
'transporte-barco': require('./transporte-barco.svg'),
2324
'transporte': require('./transporte-ducto.svg'),
2425
'transporte-ducto': require('./transporte-ducto.svg'),

lib/icons/temporal.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)