isearch-backspace, isearch-done: docstrings
[conkeror.git] / modules / extensions / venkman.js
blob7aad1751f41f833aebd032462c6fb7544e940bb2
1 /**
2  * (C) Copyright 2010 Dave Kerschner
3  *
4  * Use, modification, and distribution are subject to the terms specified in the
5  * COPYING file.
6  *
7  * venkman.js
8  *
9  * glue code between venkman and conkeror
10  */
12 function open_venkman () {
13     make_chrome_window("chrome://venkman/content/venkman.xul");
16 interactive("venkman",
17     "Open the Venkman Javascript Debugger in a new window.",
18     open_venkman);
20 provide("venkman");