Revision 1afc3946 ui/static/snf/js/models.js

b/ui/static/snf/js/models.js
308 308
            this.vms.bind("pending:remove:add", _.bind(this.handle_pending_connections, this, "add"));
309 309
            this.vms.bind("pending:remove:clear", _.bind(this.handle_pending_connections, this, "clear"));
310 310

  
311
            ret = models.Network.__super__.initialize.apply(this, arguments);
311
            var ret = models.Network.__super__.initialize.apply(this, arguments);
312 312

  
313 313
            storage.vms.bind("change:linked_to_nets", _.bind(this.update_connections, this, "vm:change"));
314 314
            storage.vms.bind("add", _.bind(this.update_connections, this, "add"));

Also available in: Unified diff