bring back animated scroll property

This commit is contained in:
Fabian Jakobs 2012-05-01 17:15:17 +02:00
commit b5898374b2

View file

@ -930,6 +930,14 @@ var Editor = function(renderer, session) {
return this.$highlightSelectedWord;
};
this.setAnimatedScroll = function(shouldAnimate){
this.renderer.setAnimatedScroll(shouldAnimate);
};
this.getAnimatedScroll = function(){
return this.renderer.getAnimatedScroll();
};
/**
* Editor.setShowInvisibles(showInvisibles)
* - showInvisibles (Boolean): Specifies whether or not to show invisible characters