diff options
author | tof <> | 2007-09-04 08:56:24 +0000 |
---|---|---|
committer | tof <> | 2007-09-04 08:56:24 +0000 |
commit | 918ed9fd995cc3e958bb0d48c8d234717facf181 (patch) | |
tree | 7638b6194cb5af299b6c619463e7497456affed4 /framework/Web/Javascripts/source/packages.php | |
parent | 7d27d36860395c140557f415bcde52679fab9e2a (diff) |
Merge TSlider component from 3.2-dev branch.
Diffstat (limited to 'framework/Web/Javascripts/source/packages.php')
-rw-r--r-- | framework/Web/Javascripts/source/packages.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/Web/Javascripts/source/packages.php b/framework/Web/Javascripts/source/packages.php index 66b63966..03e237de 100644 --- a/framework/Web/Javascripts/source/packages.php +++ b/framework/Web/Javascripts/source/packages.php @@ -47,7 +47,8 @@ $packages = array( ),
'slider'=>array(
- 'scriptaculous/slider.js'
+ 'scriptaculous/slider.js', + 'prado/controls/slider.js'
),
'keyboard'=>array(
|