Projekt

Obecné

Profil

« Předchozí | Další » 

Revize f3092c08

Přidáno uživatelem Tomáš Šimandl před více než 6 roky(ů)

Last commit fix

Zobrazit rozdíly:

sources/src/main/webapp/js/graphLoader.js
34 34
            app.viewportComponent.addSvgDefinition('vertexArchetypeIcon-' + vertexArchetype.name, icon);
35 35
		});
36 36

  
37
		app.archetype.vertex.filter(function(vertexArchetype) {
38
			return app.utils.isDefined(vertexArchetype.icon);
39
		}).forEach(function(vertexArchetype) {
40
			app.viewportComponent.addSvgDefinition('vertexArchetypeIcon-' + vertexArchetype.name, vertexArchetype.icon);
41
		});
42

  
43 37
        var highlightedNodeId;
44 38
        var highlightedNodeType;
45 39
        if (app.utils.isDefined(data.highlightedVertex) && data.highlightedVertex.length > 0) {

Také k dispozici: Unified diff