File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,6 @@ var Finder = Module("finder", {
161
161
*
162
162
* @param {boolean } reverse Whether to search forwards or backwards.
163
163
* @default false
164
- * @see Bug537013 https://bugzilla.mozilla.org/show_bug.cgi?id=537013
165
164
*/
166
165
findAgain : function ( reverse ) {
167
166
// Nothing to find?
@@ -230,15 +229,13 @@ var Finder = Module("finder", {
230
229
this . findAgain ( true ) ;
231
230
232
231
if ( options [ "hlsearch" ] )
233
- this . highlight ( findbar . _findField . value ) ;
232
+ this . highlight ( ) ;
234
233
} ,
235
234
236
235
/**
237
236
* Highlights all occurances of <b>str</b> in the buffer.
238
- *
239
- * @param {string } str The string to highlight.
240
237
*/
241
- highlight : function ( str ) {
238
+ highlight : function ( ) {
242
239
let findbar = this . findbar ;
243
240
244
241
let btn = findbar . getElement ( "highlight" ) ;
You can’t perform that action at this time.
0 commit comments