1
0
Fork 0
forked from 0x2620/oxjs

misc minor changes

This commit is contained in:
rolux 2012-07-04 11:57:27 +02:00
commit 459755e51f
3 changed files with 11 additions and 19 deletions

View file

@ -313,7 +313,7 @@ Ox.DocPanel = function(options, self) {
function runTests() {
self.$testsButton.remove();
self.$testsStatus.html('Running tests...').show();
self.$testsStatus.html('Running Tests...').show();
Ox.load({Geo: {}, Image: {}, Unicode: {}}, function() {
Ox.test(self.options.items, function(results) {
results.forEach(function(result) {