summaryrefslogtreecommitdiff
path: root/framework/Web/Javascripts/source/packages.php
diff options
context:
space:
mode:
authortof <>2008-03-13 11:21:20 +0000
committertof <>2008-03-13 11:21:20 +0000
commitbbd920258f436b5c1ff3c151f01f03089fbc24ad (patch)
treec6c0a51ed30c380bce764f815f84e665fd2b6fd5 /framework/Web/Javascripts/source/packages.php
parent074c13520bfc8c29a43acf201329f06158868829 (diff)
Fixed ajax3.js.
Sorry for theses commits, but I didn't realize the replaced files was so old :(
Diffstat (limited to 'framework/Web/Javascripts/source/packages.php')
-rw-r--r--framework/Web/Javascripts/source/packages.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/framework/Web/Javascripts/source/packages.php b/framework/Web/Javascripts/source/packages.php
index 79333884..748732e5 100644
--- a/framework/Web/Javascripts/source/packages.php
+++ b/framework/Web/Javascripts/source/packages.php
@@ -62,9 +62,6 @@ $packages = array(
'prado/controls/tabpanel.js'
),
- 'maskedtextbox'=>array(
- 'prado/controls/maskedtextbox.js'
- ),
);
@@ -81,7 +78,6 @@ $dependencies = array(
'slider' => array('prado', 'slider'),
'keyboard' => array('prado', 'keyboard'),
'tabpanel' => array('prado', 'tabpanel'),
- 'maskedtextbox' => array('prado', 'maskedtextbox'),
);
return array($packages, $dependencies);