Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2012-08-15 14:26:23 +04:00
parent ce000b261e
commit 06a1b07fed

View File

@ -71,7 +71,7 @@ ImageGrid.ACTION({
})
ImageGrid.ACTION({
title: 'doc',
doc: 'get documentation for name.',
doc: 'Get documentation for name.',
group: 'API',
call: function(name){
return {
@ -103,6 +103,7 @@ ImageGrid.TYPE('toggle', function(obj){
/******************************************* Setup Data and Globals **/
var DEBUG = true