[Bug #1163] Included .js file in component for scroll synchronization with timetracker

FEA: ItEr75S04BugFixing
This commit is contained in:
Lorenzo Tilve Álvaro 2011-08-25 17:51:25 +02:00
parent 0cd9a4297a
commit 7b89bd5388
2 changed files with 3 additions and 1 deletions

View file

@ -35,4 +35,4 @@ ADVANCE_ALLOCATIONS.listenToScroll = function() {
if (timeTracker != undefined ) innerScrollableArea.width(timeTracker.realWidth());
};
};

View file

@ -8,6 +8,8 @@
<script src="../yui/2.7.0/resize/resize-min.js"/>
<script src="../yui/2.7.0/logger/logger-min.js"/>
<script src="advanceAllocations.js"/>
<widget name="GanttPanel"/>
<widget name="TaskRow"/>
<widget name="TaskComponent"/>