mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 00:15:46 +01:00
Move common deprecation message content to deprecated().
This commit is contained in:
@@ -197,7 +197,7 @@ var Bookmarks = Module("bookmarks", {
|
||||
}
|
||||
},
|
||||
|
||||
getSearchEngines: deprecated("Please use bookmarks.searchEngines instead", function getSearchEngines() this.searchEngines),
|
||||
getSearchEngines: deprecated("bookmarks.searchEngines", function getSearchEngines() this.searchEngines),
|
||||
/**
|
||||
* Returns a list of all visible search engines in the search
|
||||
* services, augmented with keyword, title, and icon properties for
|
||||
|
||||
Reference in New Issue
Block a user