Nickolay - KiokuJS-0.01

Documentation | Source
// supposed to produce intrinsic objects 

Class('KiokuJS.Test.ValueWrapper', {
    
    has : {
        value    : null
    }
})