partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit ebe08d29a501209018ced265797a79b60f328d52
parent 2e2602ede57ea94e79f307651bb39ed7ec6b81f9
Author: Felicitus <felicitus@felicitus.org>
Date:   Wed, 15 Jun 2011 15:01:50 +0800

Added TabCloseMenu to the jsb create script

Diffstat:
Mutil/gen-jsb3-file.php | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/util/gen-jsb3-file.php b/util/gen-jsb3-file.php @@ -41,6 +41,7 @@ exec($call, $output); /* Add Ext.ux'es from the ExtJS distribution */ $output[] = $extjspath . "/examples/ux/statusbar/StatusBar.js"; +$output[] = $extjspath . "/examples/ux/TabCloseMenu.js"; // Spit out the number of JS files we've found echo "Found ".count($output)." JavaScript files\n\n";