RandomSec/extensions/gdata/module/scripts/project-injection.js
2010-10-14 23:34:27 +00:00

20 lines
522 B
JavaScript

// Client side resources to be injected for gData extension
// Add items to the exporter menu
//ExportManager.MenuItems.append(
// [ "core/project", "core/export", "core/export-templating" ],
// [
// {
// "label":"Google Spreadsheet",
// "click": function() {}
// },
// {
// "label":"Google Data",
// "click": function() {}
// },
// {} // separator
// ]
//);
var gdataExtension = {};