Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
hainm committed Aug 22, 2017
1 parent 8e0b86b commit 4d56fd4
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions js/src/widget_ngl.js
Expand Up @@ -904,21 +904,6 @@ var NGLView = widgets.DOMWidgetView.extend({
});
},

get_model: function(model_id){
var manager = this.model.widget_manager;
var that = this;
manager._models[model_id].then(function(o){
var key = Object.keys(o.views)[0];
o.views[key].then(function(v){
v.$el
.css("margin-left", "70px")
.css("position", "relative")
.css("bottom", "-7px")
.appendTo(that.$container);
});
})
},

on_msg: function(msg) {
// TODO: re-organize
if (msg.type == 'call_method') {
Expand Down

0 comments on commit 4d56fd4

Please sign in to comment.