Project

General

Profile

Revision 8416dde5

ID8416dde5fa3c0969d7524bb9ac40fca5dde0c3a4
Parent ae613bf9
Child b02623ff

Added by Francois POIROTTE over 13 years ago

Correction jslint + ajout d'une précision pour les traducteurs.

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@6386 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

vigigraph/public/js/tree.js
15 15
        this.setOptions(options);
16 16

  
17 17
        /* L'objet tree se réfère à un élément div*/
18
        this.container = new Element('div')
18
        this.container = new Element('div');
19 19
        this.container.setStyle("padding", "0 10px 10px 10px");
20 20
        this.tree = new Jx.Tree({parent: this.container});
21 21

  

Also available in: Unified diff