cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2014-11-11 03:08:03 +03:00
parent 34dd8e6a01
commit e2792bbc31

View File

@ -903,15 +903,7 @@ module.FeatureProto = {
}, },
} }
// XXX also need a feature registry and global feature setup...
// something like:
// Features.setup(actions, [
// 'feature1',
// 'feature2',
// ...
// ])
// ...where the feature list can be saved to config...
// Same should be done for .remove()
var Feature = var Feature =
module.Feature = module.Feature =
function Feature(obj){ function Feature(obj){