"atomic component"; var component = function (self) { self.start = function() { } self.update = function(timeStep) { } } exports.component = component;