From d1b47d2d5ec7fb6262fedda36fcbeac50e74ecfd Mon Sep 17 00:00:00 2001 From: "Steve L. Nyemba" Date: Fri, 1 May 2015 12:14:54 -0500 Subject: [PATCH] documentation update (again) --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index dce1adc..dc0af45 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,10 @@ The simple Javascript eXtension framework (jx in short) implements wrappers arou Handling of DOM objects will rely on DOM object identifiers (ID) with a few exceptions. The focus of a dom object is mostly centered around a single DOM object, - We advise using utils.js in order to handle collections of DOM objects as utils.js implements various utilities and industry standard design patterns - This implementation is designed by W3C specifications of HTML5 and will integrate well with other frameworks that do so. --- In addition we tried to mildly specify preconditions for executions of functions +In addition we tried to mildly specify preconditions for executions of functions rpc.js: