RandomSec/extensions/gdata/module/scripts/project-injection.js
Tom Morris 7dac05db03 Drop -extension suffix
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1541 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-14 20:35:16 +00:00

20 lines
484 B
JavaScript

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