Revision f9f43e09 snf-cyclades-app/synnefo/ui/static/snf/js/views.js

b/snf-cyclades-app/synnefo/ui/static/snf/js/views.js
67 67
        post_hide: function() {},
68 68

  
69 69
        initialize: function(options) {
70
            views.View.__super__.initialize.apply(this, arguments);
70
            views.View.__super__.initialize.apply(this, [options]);
71 71
            this.log = new snf.logging.logger("SNF-VIEWS:" + this.view_id);
72 72
            this.parent_view = options && options.parent_view;
73 73
        },

Also available in: Unified diff