sridhars711 / dynatree

Automatically exported from code.google.com/p/dynatree
0 stars 0 forks source link

line 912 not closed #64

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. download dynatree v 0.3

line 912 in jquery.dynatree.js, there is the following :
"   var root = this.tree.getRoot()"
when it should be 
"   var root = this.tree.getRoot();"

this will work with some browser(ie FF), but will break with others (ie IE7)
...

Original issue reported on code.google.com by thomas.d...@gmail.com on 16 Dec 2008 at 8:58

GoogleCodeExporter commented 9 years ago

Original comment by moo...@wwwendt.de on 17 Dec 2008 at 8:08

GoogleCodeExporter commented 9 years ago
Fixed for 0.3.1 and 0.4

Original comment by moo...@wwwendt.de on 17 Dec 2008 at 8:10

GoogleCodeExporter commented 9 years ago
considered verified

Original comment by moo...@wwwendt.de on 17 Jul 2012 at 4:12