1
2
3
function CInitializer() {
4
}
5
6
CInitializer.prototype.initialize = function(instance) {
7
instance.properties.foo = -1;
8