* Fixed backwards searching

This commit is contained in:
Ruben Daniels 2012-05-06 20:55:38 -07:00
commit e2d5b1d01b

View file

@ -1965,7 +1965,7 @@ var Editor = function(renderer, session) {
options = options || {};
options.needle = needle;
this.$search.set(options);
this.$find(false, animate);
this.$find(options.backwards, animate);
};
/** related to: Editor.find