Skip to content
Snippets Groups Projects
Commit 957b2541 authored by Amanda Ghassaei's avatar Amanda Ghassaei
Browse files

same

parent 45309f75
Branches
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ define(['jquery', 'underscore', 'backbone', 'appState', 'codeMirror', 'globals',
_hide: function(){
var width = this.$el.parent().width();
this.$el.animate({left: "-" + width + "px"});
this.model.get("scriptIsVisible", false);
this.model.set("scriptIsVisible", false);
},
_show: function(){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment