diff options
Diffstat (limited to 'chrome/common/extensions/docs/tut_debugging.html')
-rw-r--r-- | chrome/common/extensions/docs/tut_debugging.html | 40 |
1 files changed, 25 insertions, 15 deletions
diff --git a/chrome/common/extensions/docs/tut_debugging.html b/chrome/common/extensions/docs/tut_debugging.html index 3111f76..896d392 100644 --- a/chrome/common/extensions/docs/tut_debugging.html +++ b/chrome/common/extensions/docs/tut_debugging.html @@ -81,6 +81,16 @@ </dl> </dd> + <!-- OBJECT METHODS --> + <dd> + <div></div> + </dd> + + <!-- OBJECT EVENT FIELDS --> + <dd> + <div></div> + </dd> + <!-- FUNCTION PARAMETERS --> <dd> <div></div> @@ -295,7 +305,7 @@ </ol> </li> <li> - <a href="#methods">Methods</a> + <a>Methods</a> <ol> <li> <a href="#method-anchor">methodName</a> @@ -303,7 +313,7 @@ </ol> </li> <li> - <a href="#events">Events</a> + <a>Events</a> <ol> <li> <a href="#event-anchor">eventName</a> @@ -368,7 +378,7 @@ in the Extensions page. find the extension files and load them. If you don't have a handy copy of the files, extract them from this - <a href="examples/tutorials/getstarted/getstarted.zip">ZIP file</a>. + <a href="examples/tutorials/getstarted.zip">ZIP file</a>. See Getting Started if you need <a href="getstarted.html#load-ext">instructions for loading the extension</a>. @@ -602,8 +612,8 @@ of Getting Started. </div> <!-- /apiGroup --> <!-- METHODS --> - <div class="apiGroup" id="methods"> - <a name="methods"></a> + <div id="methodsTemplate" class="apiGroup"> + <a></a> <h3>Methods</h3> <!-- iterates over all functions --> @@ -678,10 +688,9 @@ of Getting Started. </div> <!-- /apiGroup --> <!-- EVENTS --> - <div class="apiGroup"> - <a name="events"></a> - <h3 id="events">Events</h3> - + <div id="eventsTemplate" class="apiGroup"> + <a></a> + <h3>Events</h3> <!-- iterates over all events --> <div class="apiItem"> <a></a> @@ -699,14 +708,15 @@ of Getting Started. </p> <!-- PARAMETERS --> - <h4>Parameters</h4> - <dl> - <div> + <div> + <h4>Parameters</h4> + <dl> <div> + <div> + </div> </div> - </div> - </dl> - + </dl> + </div> </div> <!-- /decription --> </div> <!-- /apiItem --> |