Updated the simile grails plugin with the bugfix from the timeline depth units code default tip
authorJosh Reed <jareed@andrill.org>
Thu Mar 27 15:09:22 2008 -0400 (4 years ago)
changeset 421b2f019fe3e
parent 3 85fe45f6da8b
Updated the simile grails plugin with the bugfix from the timeline depth units code
web-app/js/timeline/ext/depth/scripts/depth.js
     1.1 --- a/web-app/js/timeline/ext/depth/scripts/depth.js	Fri Mar 21 15:21:36 2008 -0500
     1.2 +++ b/web-app/js/timeline/ext/depth/scripts/depth.js	Thu Mar 27 15:09:22 2008 -0400
     1.3 @@ -11,7 +11,7 @@
     1.4      
     1.5      var ether = new Timeline.LinearEther({ 
     1.6          centersOn:          ("date" in params) ? params.date : Timeline.DepthUnit.makeDefaultValue(),
     1.7 -        interval:           1,
     1.8 +        interval:           Math.pow(10, params.intervalUnit),
     1.9          pixelsPerInterval:  params.intervalPixels
    1.10      });
    1.11