Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
#34 - Merge constants.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hyland82 committed Aug 31, 2009
1 parent db587e7 commit 22ac34e
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions oaiorebuilder/content/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,14 @@
Ext.namespace(
"lore.constants",
"lore.ui",
"lore.ui.anno",
"lore.ui.ore",
"lore.util",
"lore.anno",
"lore.ore.graph",
"lore.anno",
"lore.ore.graph",
"lore.textm",
"lore.debug"
"lore.debug",
"lore.store"
);

lore.constants.EXTENSION_ID = "[email protected]";
Expand Down Expand Up @@ -75,6 +78,10 @@ lore.ore.METADATA_PROPS = ["dcterms:abstract", "dcterms:audience", "dc:creator",
"dcterms:modified", "dc:publisher", "dc:rights", "dc:source",
"dc:subject", "dc:title"];

// Store constants
lore.anno.ANNOTATIONS_STORE = "annotations";


// Compound object editor graph view defaults
lore.ore.NODE_WIDTH = 220;
lore.ore.NODE_HEIGHT = 170;
Expand Down

0 comments on commit 22ac34e

Please sign in to comment.