/lenasys/0.1

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/0.1

« back to all changes in this revision

Viewing changes to trunk/Code Viewer Alt/Codeviewer/showcode.js

  • Committer: a11vikob
  • Date: 2013-03-28 15:33:33 UTC
  • mto: (4.2.2 hitlerhorabajs)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: a11vikob@student.his.se-20130328153333-2jf1mut7h63n28ra
Indentation etc fixed

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
        if((mx > (panelwidth-4)) && (mx < (panelwidth+4))){
23
23
                panel.style.cursor="col-resize";                                        
24
 
        }else{
 
24
        } else {
25
25
                panel.style.cursor="default";
26
26
        }
27
27