parent
31cd903a67
commit
597535a77f
@ -0,0 +1,14 @@
|
||||
/**
|
||||
* The Phi Technology LLC, Steve L. Nyemba <steve@the-phi.com>
|
||||
* Javascript-x
|
||||
*
|
||||
* This is a utiliy class that is used across several namespaces because it implements handy utility functionalities and design patterns
|
||||
*/
|
||||
if(!jx){
|
||||
var jx = {}
|
||||
}
|
||||
jx.utils = {} ;
|
||||
jx.utils.patterns = {}
|
||||
jx.utils.patterns.visitor = function(list,pointer){}
|
||||
jx.utils.patterns.iterator = function(list,ipointer){}
|
||||
|
Loading…
Reference in new issue