Project

General

Profile

Revision 741ff4aa

ID741ff4aabb7524e63fb9498bf7647e4fc0145e24
Parent 4b573169
Child 814174cd

Added by Francois POIROTTE over 13 years ago

Minuscule correction pour jslint.

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

View differences:

vigiboard/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