Moved gilbert-related code to match the distutil changes.
[philo.git] / philo / contrib / gilbert / static / gilbert / gilbert.js
1 Ext.override(String, {
2         
3         capfirst: function () {
4                 return this.substr(0, 1).toUpperCase() + this.substr(1);
5         },
6         
7 });
8
9
10 Gilbert = new Gilbert.lib.app.Application(Gilbert);