Nickolay - KiokuJS-0.01
Role('KiokuJS.Feature.Attribute.Intrinsic', {
does : 'KiokuJS.Aspect.AfterCollapse',
after : {
afterCollapse : function (instance, value) {
if (value instanceof KiokuJS.Node) value.intrinsic = true
}
}
})