Skip to content

Commit 88a8577

Browse files
committed
Fixed 6.0.0-alpha.0 boot docs
1 parent 3003e96 commit 88a8577

File tree

1 file changed

+4
-75
lines changed

1 file changed

+4
-75
lines changed

_api/6.0.0-alpha.0/module-jasmine-core.html

Lines changed: 4 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,7 @@ <h4 class="name" id=".boot"><span class="type-signature">(static) </span>boot<sp
140140

141141

142142
<div class="description">
143-
<p>Boots a copy of Jasmine and returns an object as described in <a href="jasmine.html"><code>jasmine</code></a>.
144-
If boot is called multiple times, the same object is returned every time
145-
unless true is passed.</p>
143+
<p>Boots a copy of Jasmine and returns an object as described in <a href="jasmine.html"><code>jasmine</code></a>.</p>
146144
</div>
147145

148146

@@ -209,7 +207,7 @@ <h5>Parameters:</h5>
209207

210208
<td class="default">
211209

212-
false
210+
true
213211

214212
</td>
215213

@@ -304,7 +302,7 @@ <h5>Returns:</h5>
304302

305303

306304

307-
<h4 class="name" id=".noGlobals"><span class="type-signature">(static) </span>noGlobals<span class="signature">(reinitialize<span class="signature-attributes">opt</span>)</span><span class="type-signature"></span></h4>
305+
<h4 class="name" id=".noGlobals"><span class="type-signature">(static) </span>noGlobals<span class="signature">()</span><span class="type-signature"></span></h4>
308306

309307

310308

@@ -314,7 +312,7 @@ <h4 class="name" id=".noGlobals"><span class="type-signature">(static) </span>no
314312
<div class="description">
315313
<p>Boots a copy of Jasmine and returns an object containing the properties
316314
that would normally be added to the global object. If noGlobals is called
317-
multiple times, the same object is returned every time unless true is passed.</p>
315+
multiple times, the same object is returned every time.</p>
318316
</div>
319317

320318

@@ -325,75 +323,6 @@ <h4 class="name" id=".noGlobals"><span class="type-signature">(static) </span>no
325323

326324

327325

328-
<h5>Parameters:</h5>
329-
330-
331-
<table class="params">
332-
<thead>
333-
<tr>
334-
335-
<th>Name</th>
336-
337-
338-
<th>Type</th>
339-
340-
341-
<th>Attributes</th>
342-
343-
344-
345-
<th>Default</th>
346-
347-
348-
<th class="last">Description</th>
349-
</tr>
350-
</thead>
351-
352-
<tbody>
353-
354-
355-
<tr>
356-
357-
<td class="name"><code>reinitialize</code></td>
358-
359-
360-
<td class="type">
361-
362-
363-
<span class="param-type">boolean</span>
364-
365-
366-
367-
</td>
368-
369-
370-
<td class="attributes">
371-
372-
&lt;optional><br>
373-
374-
375-
376-
377-
378-
</td>
379-
380-
381-
382-
<td class="default">
383-
384-
false
385-
386-
</td>
387-
388-
389-
<td class="description last"><p>Whether to create a new copy of Jasmine if one already exists</p></td>
390-
</tr>
391-
392-
393-
</tbody>
394-
</table>
395-
396-
397326

398327

399328

0 commit comments

Comments
 (0)