Skip to content
This repository was archived by the owner on Feb 17, 2021. It is now read-only.

Commit 9096eba

Browse files
author
Gordon Koo
committed
fixed HopscotchBubble.destroy, updated docs
1 parent 3792474 commit 9096eba

8 files changed

+1017
-375
lines changed

docs/files.html

+6-2
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,10 @@ <h2>Classes</h2>
188188

189189
<li><a href="symbols/Hopscotch.html">Hopscotch</a></li>
190190

191+
<li><a href="symbols/HopscotchBubble.html">HopscotchBubble</a></li>
192+
193+
<li><a href="symbols/HopscotchCalloutManager.html">HopscotchCalloutManager</a></li>
194+
191195
</ul>
192196
<hr />
193197
</div>
@@ -197,7 +201,7 @@ <h1 class="classTitle">File Index</h1>
197201

198202

199203
<div>
200-
<h2><a href="symbols/src/_Users_gkoo_Sites_hopscotch_js_hopscotch.js.html">/Users/gkoo/Sites/hopscotch/js/hopscotch.js</a></h2>
204+
<h2><a href="symbols/src/_Users_gkoo_Sites_hopscotch_js_hopscotch-0.0.3.js.html">/Users/gkoo/Sites/hopscotch/js/hopscotch-0.0.3.js</a></h2>
201205

202206
<dl>
203207

@@ -212,7 +216,7 @@ <h2><a href="symbols/src/_Users_gkoo_Sites_hopscotch_js_hopscotch.js.html">/User
212216
</div>
213217
<div class="fineprint" style="clear:both">
214218

215-
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0 on Tue Sep 11 2012 14:23:31 GMT-0700 (PDT)
219+
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0 on Mon Nov 19 2012 14:07:13 GMT-0800 (PST)
216220
</div>
217221
</body>
218222
</html>

docs/index.html

+17-1
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,10 @@ <h2>Classes</h2>
188188

189189
<li><a href="symbols/Hopscotch.html">Hopscotch</a></li>
190190

191+
<li><a href="symbols/HopscotchBubble.html">HopscotchBubble</a></li>
192+
193+
<li><a href="symbols/HopscotchCalloutManager.html">HopscotchCalloutManager</a></li>
194+
191195
</ul>
192196
<hr />
193197
</div>
@@ -208,11 +212,23 @@ <h2><a href="symbols/Hopscotch.html">Hopscotch</a></h2>
208212
</div>
209213
<hr />
210214

215+
<div>
216+
<h2><a href="symbols/HopscotchBubble.html">HopscotchBubble</a></h2>
217+
The HopscotchBubble class represents the view of a bubble.
218+
</div>
219+
<hr />
220+
221+
<div>
222+
<h2><a href="symbols/HopscotchCalloutManager.html">HopscotchCalloutManager</a></h2>
223+
Manages the creation and destruction of single callouts.
224+
</div>
225+
<hr />
226+
211227

212228
</div>
213229
<div class="fineprint" style="clear:both">
214230

215-
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0 on Tue Sep 11 2012 14:23:31 GMT-0700 (PDT)
231+
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0 on Mon Nov 19 2012 14:07:13 GMT-0800 (PST)
216232
</div>
217233
</body>
218234
</html>

0 commit comments

Comments
 (0)