forked from 0x2620/oxjs
misc minor changes
This commit is contained in:
parent
a4ce29bff7
commit
459755e51f
3 changed files with 11 additions and 19 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue