1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 17:17:59 +01:00

Add some documentation for Abbreviation.

--HG--
extra : rebase_source : cdc495381db878c2e7bef2a817e40c2d2a196075
This commit is contained in:
Doug Kearns
2011-06-29 19:13:59 +10:00
parent 56d97ef752
commit 07bd83d7e4
3 changed files with 62 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ var QuickMarks = Module("quickmarks", {
* Returns a list of QuickMarks associates with the given URL.
*
* @param {string} url The url to find QuickMarks for.
* @return {[string]}
* @returns {[string]}
*/
find: function find(url) {
let res = [];