From b1b724c220aeff6580ac861481ba7bac5445d18c Mon Sep 17 00:00:00 2001 From: Nicholas Hoyt Date: Tue, 7 Apr 2015 00:46:05 -0500 Subject: [PATCH] Added normalize to public methods --- oaa-utils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/oaa-utils.js b/oaa-utils.js index 3a7f157..45db4a0 100644 --- a/oaa-utils.js +++ b/oaa-utils.js @@ -255,6 +255,7 @@ var OAAUtils = (function () { // ------------------------------------------------ return { + normalize: normalize, getAttributeValue: getAttributeValue, getElementText: getElementText, getAttributeIdRefsValue: getAttributeIdRefsValue,