Updated to include the module while registering operations.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1216 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
e4af19f8a6
commit
bd3ce8e36d
@ -15,8 +15,8 @@ function init() {
|
||||
/*
|
||||
* Operations
|
||||
*/
|
||||
Packages.com.google.gridworks.operations.OperationRegistry.register(
|
||||
"save-rdf-schema", Packages.com.google.gridworks.rdf.operations.SaveRdfSchemaOperation);
|
||||
Packages.com.google.gridworks.operations.OperationRegistry.registerOperation(
|
||||
module, "save-rdf-schema", Packages.com.google.gridworks.rdf.operations.SaveRdfSchemaOperation);
|
||||
|
||||
/*
|
||||
* Exporters
|
||||
|
Loading…
Reference in New Issue
Block a user