mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 20:17:59 +01:00
Remove redundant semicolons.
This commit is contained in:
@@ -826,7 +826,7 @@ function Bookmarks() //{{{
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
//}}}
|
//}}}
|
||||||
}; //}}}
|
} //}}}
|
||||||
|
|
||||||
function History() //{{{
|
function History() //{{{
|
||||||
{
|
{
|
||||||
@@ -1092,7 +1092,7 @@ function History() //{{{
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
//}}}
|
//}}}
|
||||||
}; //}}}
|
} //}}}
|
||||||
|
|
||||||
function QuickMarks() //{{{
|
function QuickMarks() //{{{
|
||||||
{
|
{
|
||||||
@@ -1253,6 +1253,6 @@ function QuickMarks() //{{{
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
//}}}
|
//}}}
|
||||||
}; //}}}
|
} //}}}
|
||||||
|
|
||||||
// vim: set fdm=marker sw=4 ts=4 et:
|
// vim: set fdm=marker sw=4 ts=4 et:
|
||||||
|
|||||||
@@ -295,6 +295,6 @@ function Browser() //{{{
|
|||||||
// TODO: extract browser-specific functionality from liberator
|
// TODO: extract browser-specific functionality from liberator
|
||||||
};
|
};
|
||||||
//}}}
|
//}}}
|
||||||
}; //}}}
|
} //}}}
|
||||||
|
|
||||||
// vim: set fdm=marker sw=4 ts=4 et:
|
// vim: set fdm=marker sw=4 ts=4 et:
|
||||||
|
|||||||
@@ -1619,7 +1619,7 @@ function Buffer() //{{{
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
//}}}
|
//}}}
|
||||||
}; //}}}
|
} //}}}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @instance marks
|
* @instance marks
|
||||||
@@ -2012,6 +2012,6 @@ function Marks() //{{{
|
|||||||
|
|
||||||
};
|
};
|
||||||
//}}}
|
//}}}
|
||||||
}; //}}}
|
} //}}}
|
||||||
|
|
||||||
// vim: set fdm=marker sw=4 ts=4 et:
|
// vim: set fdm=marker sw=4 ts=4 et:
|
||||||
|
|||||||
@@ -1263,6 +1263,6 @@ function Commands() //{{{
|
|||||||
|
|
||||||
return self;
|
return self;
|
||||||
|
|
||||||
}; //}}}
|
} //}}}
|
||||||
|
|
||||||
// vim: set fdm=marker sw=4 ts=4 et:
|
// vim: set fdm=marker sw=4 ts=4 et:
|
||||||
|
|||||||
@@ -1419,6 +1419,6 @@ function Completion() //{{{
|
|||||||
|
|
||||||
return self;
|
return self;
|
||||||
//}}}
|
//}}}
|
||||||
}; //}}}
|
} //}}}
|
||||||
|
|
||||||
// vim: set fdm=marker sw=4 ts=4 et:
|
// vim: set fdm=marker sw=4 ts=4 et:
|
||||||
|
|||||||
@@ -1214,6 +1214,6 @@ function Editor() //{{{
|
|||||||
//}}}
|
//}}}
|
||||||
};
|
};
|
||||||
//}}}
|
//}}}
|
||||||
}; //}}}
|
} //}}}
|
||||||
|
|
||||||
// vim: set fdm=marker sw=4 ts=4 et:
|
// vim: set fdm=marker sw=4 ts=4 et:
|
||||||
|
|||||||
@@ -338,7 +338,7 @@ function AutoCommands() //{{{
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
//}}}
|
//}}}
|
||||||
}; //}}}
|
} //}}}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @instance events
|
* @instance events
|
||||||
@@ -1835,6 +1835,6 @@ function Events() //{{{
|
|||||||
|
|
||||||
return self;
|
return self;
|
||||||
|
|
||||||
}; //}}}
|
} //}}}
|
||||||
|
|
||||||
// vim: set fdm=marker sw=4 ts=4 et:
|
// vim: set fdm=marker sw=4 ts=4 et:
|
||||||
|
|||||||
@@ -517,6 +517,6 @@ function Finder() //{{{
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
//}}}
|
//}}}
|
||||||
}; //}}}
|
} //}}}
|
||||||
|
|
||||||
// vim: set fdm=marker sw=4 ts=4 et:
|
// vim: set fdm=marker sw=4 ts=4 et:
|
||||||
|
|||||||
@@ -1099,6 +1099,6 @@ function Hints() //{{{
|
|||||||
// }
|
// }
|
||||||
|
|
||||||
//}}}
|
//}}}
|
||||||
}; //}}}
|
} //}}}
|
||||||
|
|
||||||
// vim: set fdm=marker sw=4 ts=4 et:
|
// vim: set fdm=marker sw=4 ts=4 et:
|
||||||
|
|||||||
@@ -1188,7 +1188,7 @@ lookup:
|
|||||||
|
|
||||||
return self;
|
return self;
|
||||||
|
|
||||||
}; //}}}
|
} //}}}
|
||||||
|
|
||||||
IO.PATH_SEP = (function () {
|
IO.PATH_SEP = (function () {
|
||||||
let f = services.get("directory").get("CurProcD", Ci.nsIFile);
|
let f = services.get("directory").get("CurProcD", Ci.nsIFile);
|
||||||
|
|||||||
@@ -566,6 +566,6 @@ function Mappings() //{{{
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
//}}}
|
//}}}
|
||||||
}; //}}}
|
} //}}}
|
||||||
|
|
||||||
// vim: set fdm=marker sw=4 ts=4 et:
|
// vim: set fdm=marker sw=4 ts=4 et:
|
||||||
|
|||||||
@@ -1413,6 +1413,6 @@ function Options() //{{{
|
|||||||
|
|
||||||
return self;
|
return self;
|
||||||
|
|
||||||
}; //}}}
|
} //}}}
|
||||||
|
|
||||||
// vim: set fdm=marker sw=4 ts=4 et:
|
// vim: set fdm=marker sw=4 ts=4 et:
|
||||||
|
|||||||
@@ -117,7 +117,7 @@ function Services()
|
|||||||
self.addClass("process", "@mozilla.org/process/util;1", Ci.nsIProcess);
|
self.addClass("process", "@mozilla.org/process/util;1", Ci.nsIProcess);
|
||||||
|
|
||||||
return self;
|
return self;
|
||||||
};
|
}
|
||||||
|
|
||||||
var services = Services();
|
var services = Services();
|
||||||
|
|
||||||
|
|||||||
@@ -1176,6 +1176,6 @@ function Tabs() //{{{
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
//}}}
|
//}}}
|
||||||
}; //}}}
|
} //}}}
|
||||||
|
|
||||||
// vim: set fdm=marker sw=4 ts=4 et:
|
// vim: set fdm=marker sw=4 ts=4 et:
|
||||||
|
|||||||
@@ -1768,7 +1768,7 @@ function CommandLine() //{{{
|
|||||||
|
|
||||||
return self;
|
return self;
|
||||||
|
|
||||||
}; //}}}
|
} //}}}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The list which is used for the completion box (and QuickFix window in
|
* The list which is used for the completion box (and QuickFix window in
|
||||||
@@ -2042,7 +2042,7 @@ function ItemList(id) //{{{
|
|||||||
onEvent: function onEvent(event) false
|
onEvent: function onEvent(event) false
|
||||||
};
|
};
|
||||||
//}}}
|
//}}}
|
||||||
}; //}}}
|
} //}}}
|
||||||
|
|
||||||
function StatusLine() //{{{
|
function StatusLine() //{{{
|
||||||
{
|
{
|
||||||
@@ -2326,6 +2326,6 @@ function StatusLine() //{{{
|
|||||||
|
|
||||||
};
|
};
|
||||||
//}}}
|
//}}}
|
||||||
}; //}}}
|
} //}}}
|
||||||
|
|
||||||
// vim: set fdm=marker sw=4 ts=4 et:
|
// vim: set fdm=marker sw=4 ts=4 et:
|
||||||
|
|||||||
@@ -204,6 +204,6 @@ function Addressbook() //{{{
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
//}}}
|
//}}}
|
||||||
}; //}}}
|
} //}}}
|
||||||
|
|
||||||
// vim: set fdm=marker sw=4 ts=4 et:
|
// vim: set fdm=marker sw=4 ts=4 et:
|
||||||
|
|||||||
@@ -126,6 +126,6 @@ function Compose() //{{{
|
|||||||
return {};
|
return {};
|
||||||
|
|
||||||
//}}}
|
//}}}
|
||||||
}; //}}}
|
} //}}}
|
||||||
|
|
||||||
// vim: set fdm=marker sw=4 ts=4 et:
|
// vim: set fdm=marker sw=4 ts=4 et:
|
||||||
|
|||||||
@@ -1067,6 +1067,6 @@ function Mail() //{{{
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
//}}}
|
//}}}
|
||||||
}; //}}}
|
} //}}}
|
||||||
|
|
||||||
// vim: set fdm=marker sw=4 ts=4 et:
|
// vim: set fdm=marker sw=4 ts=4 et:
|
||||||
|
|||||||
Reference in New Issue
Block a user