Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / javascripts / ember / views / scroll-wrap.js @ 83506b33

History | View | Annotate | Download (226 Bytes)

1
App.scrollWrapView = Ember.View.extend({
2
    tagName: 'div',
3
    classNames: ['scroll-wrap scroll-pane-arrows'],
4
    templateName: 'scroll-wrap',
5
    didInsertElement: function() {
6
        ui.setElHeight(this.$());
7
    },
8
});