add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
import Ember from 'ember';
export default Ember.Component.extend({
player: Ember.inject.service(),
classNames: ['toolbar-component'],
actions: {
display: function(el) {
this.get('player').displayAdditionalInformation(el);
}
}
});