From 22ac34e1de53972fec5db8273511802ef33a6ae6 Mon Sep 17 00:00:00 2001 From: Andrew Hyland Date: Mon, 31 Aug 2009 07:24:15 +0000 Subject: [PATCH] #34 - Merge constants.js --- oaiorebuilder/content/constants.js | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/oaiorebuilder/content/constants.js b/oaiorebuilder/content/constants.js index 36fa4c66..a56f213b 100644 --- a/oaiorebuilder/content/constants.js +++ b/oaiorebuilder/content/constants.js @@ -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 = "lore@maenad.itee.uq.edu.au"; @@ -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;