define(function(){
var data;
return function(el){
return {
storageNotify: function(d){
data = d;
},
controller: function(){
el.textContent = "Not implemented";
}
};
});