Comparing version 1.0.20 to 1.0.21
@@ -8,5 +8,5 @@ { | ||
"LibraryUniminifiedFileName": "manyfest.compatible.js", | ||
"LibraryUniminifiedFileName": "manyfest.js", | ||
"LibraryMinifiedFileName": "manyfest.compatible.min.js" | ||
"LibraryMinifiedFileName": "manyfest.min.js" | ||
} |
{ | ||
"name": "manyfest", | ||
"version": "1.0.20", | ||
"version": "1.0.21", | ||
"description": "JSON Object Manifest for Data Description and Parsing", | ||
@@ -5,0 +5,0 @@ "main": "source/Manyfest.js", |
@@ -31,5 +31,2 @@ /** | ||
this.logError = (typeof(pErrorLog) == 'function') ? pErrorLog : libSimpleLog; | ||
this.elucidatorSolver = false; | ||
this.elucidatorSolverState = {}; | ||
} | ||
@@ -36,0 +33,0 @@ |
@@ -36,5 +36,2 @@ /** | ||
this.elucidatorSolver = false; | ||
this.elucidatorSolverState = {}; | ||
this.cleanWrapCharacters = fCleanWrapCharacters; | ||
@@ -94,3 +91,3 @@ this.precedent = new libPrecedent(); | ||
// This allows the magic filtration with elucidator configuration | ||
// This allows the magic filtration with solver configuration | ||
// TODO: We could pass more state in (e.g. parent address, object, etc.) | ||
@@ -97,0 +94,0 @@ // TODO: Discuss this metaprogramming AT LENGTH |
@@ -36,5 +36,2 @@ /** | ||
this.elucidatorSolver = false; | ||
this.elucidatorSolverState = {}; | ||
this.cleanWrapCharacters = fCleanWrapCharacters; | ||
@@ -94,3 +91,3 @@ | ||
// This allows the magic filtration with elucidator configuration | ||
// This allows the magic filtration with configuration | ||
// TODO: We could pass more state in (e.g. parent address, object, etc.) | ||
@@ -97,0 +94,0 @@ // TODO: Discuss this metaprogramming AT LENGTH |
@@ -34,5 +34,2 @@ /** | ||
this.elucidatorSolver = false; | ||
this.elucidatorSolverState = {}; | ||
this.cleanWrapCharacters = fCleanWrapCharacters; | ||
@@ -39,0 +36,0 @@ } |
@@ -91,19 +91,4 @@ /** | ||
this.dataSolverState = {}; | ||
this.libElucidator = undefined; | ||
} | ||
setElucidatorSolvers(pElucidatorSolver, pElucidatorSolverState) | ||
{ | ||
this.objectAddressCheckAddressExists.elucidatorSolver = pElucidatorSolver; | ||
this.objectAddressGetValue.elucidatorSolver = pElucidatorSolver; | ||
this.objectAddressSetValue.elucidatorSolver = pElucidatorSolver; | ||
this.objectAddressDeleteValue.elucidatorSolver = pElucidatorSolver; | ||
this.objectAddressCheckAddressExists.elucidatorSolverState = pElucidatorSolverState; | ||
this.objectAddressGetValue.elucidatorSolverState = pElucidatorSolverState; | ||
this.objectAddressSetValue.elucidatorSolverState = pElucidatorSolverState; | ||
this.objectAddressDeleteValue.elucidatorSolverState = pElucidatorSolverState; | ||
} | ||
clone() | ||
@@ -110,0 +95,0 @@ { |
Sorry, the diff of this file is not supported yet
279441
4832