api documentation takes and returns

This commit is contained in:
j 2013-03-04 19:35:06 +00:00
commit e706fbfb9b
18 changed files with 527 additions and 684 deletions

View file

@ -142,7 +142,7 @@ pandora.ui.apiDialog = function() {
.appendTo($text);
Ox.Button({
title: 'View Source (' + f + ')',
title: 'Source (' + f + ')',
}).bindEvent({
click: function() {
$code.toggle();
@ -159,7 +159,7 @@ pandora.ui.apiDialog = function() {
})
.css({
borderWidth: '1px',
}).appendTo($text).hide();
}).appendTo($text);
} else {
$text.html(overview);
}