--
FW/1 documentation: http://framework-one.github.io
FW/1 source code: http://github.com/framework-one/fw1
FW/1 chat / support: https://gitter.im/framework-one/fw1
FW/1 mailing list: http://groups.google.com/group/framework-one
---
You received this message because you are subscribed to the Google Groups "framework-one" group.
To unsubscribe from this group and stop receiving emails from it, send an email to framework-on...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/framework-one/86bd3969-a485-4bc7-93bc-3f6d7cb24946o%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to framew...@googlegroups.com.
myNewMap=myStruct.map(function(key,value){
return value.isActive is 1;
});
To unsubscribe from this group and stop receiving emails from it, send an email to framework-on...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/framework-one/940c2c0f-3ae6-4347-aa16-fdcee29fc6b2o%40googlegroups.com.
Modifiers = {}
modifiers.mod1 = {}
modifiers.mod1.name = 'foo';
modifiers.mod1.isActive = 1;
modifiers.mod2 = {}
modifiers.mod2.name = 'boo';
modifiers.mod2.isActive = 1;
modifiers.mod3 = {}
modifiers.mod3.name = 'bar';
modifiers.mod3.isActive = 0;
filteredModifiers = Modifiers.filter(function(mod){
return mod.isActiv == 1;
})
writeDump(filteredModifiers);
To view this discussion on the web visit https://groups.google.com/d/msgid/framework-one/940c2c0f-3ae6-4347-aa16-fdcee29fc6b2o%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to framework-on...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/framework-one/239a981c-82aa-4e70-b397-422fdc1e9f28o%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/framework-one/940c2c0f-3ae6-4347-aa16-fdcee29fc6b2o%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to framework-on...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/framework-one/239a981c-82aa-4e70-b397-422fdc1e9f28o%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/framework-one/239a981c-82aa-4e70-b397-422fdc1e9f28o%40googlegroups.com.