All of my work from commits: dd4a194, 692644a, 4a60203, 5de46bc, 152042d, 64a2d4e...
[philo.git] / contrib / gilbert / media / 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);