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

Commit ded4151

Browse files
author
rsavian
committed
0.14.2
1 parent aea307d commit ded4151

File tree

93 files changed

+1271
-210
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+1271
-210
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,8 @@ _onClickHandler(event) {
252252

253253
## Release History
254254

255+
* 2016-10-06 v0.14.2 EventDispatcher - add printEventListeners method and now getEventListeners returns the object of event listeners.
256+
255257
* 2016-09-26 v0.14.1 LocalStorageService - rename method names.
256258

257259
* 2016-09-17 v0.14.0 StringUtil - added toQueryString. Router - remove _toQueryString and fix buildRoute to remove extra back slashes.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "structurejs",
3-
"version": "0.14.1",
3+
"version": "0.14.2",
44
"dependencies": {
55
"jquery": "*",
66
"handlebars": "*"

docs/classes/ApplicationCacheEvent.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<div class="project-title">
1717

1818

19-
<h1 class="project-name">StructureJS</h1> <span class="project-version">0.14.1</span>
19+
<h1 class="project-name">StructureJS</h1> <span class="project-version">0.14.2</span>
2020

2121

2222
<p class="description">A class based utility library for building modular and scalable web platform applications. Features opt-in classes and utilities which provide a solid foundation and toolset to build your next project.</p>

docs/classes/ApplicationCacheService.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<div class="project-title">
1717

1818

19-
<h1 class="project-name">StructureJS</h1> <span class="project-version">0.14.1</span>
19+
<h1 class="project-name">StructureJS</h1> <span class="project-version">0.14.2</span>
2020

2121

2222
<p class="description">A class based utility library for building modular and scalable web platform applications. Features opt-in classes and utilities which provide a solid foundation and toolset to build your next project.</p>

docs/classes/BaseEvent.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<div class="project-title">
1717

1818

19-
<h1 class="project-name">StructureJS</h1> <span class="project-version">0.14.1</span>
19+
<h1 class="project-name">StructureJS</h1> <span class="project-version">0.14.2</span>
2020

2121

2222
<p class="description">A class based utility library for building modular and scalable web platform applications. Features opt-in classes and utilities which provide a solid foundation and toolset to build your next project.</p>

docs/classes/BaseModel.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<div class="project-title">
1717

1818

19-
<h1 class="project-name">StructureJS</h1> <span class="project-version">0.14.1</span>
19+
<h1 class="project-name">StructureJS</h1> <span class="project-version">0.14.2</span>
2020

2121

2222
<p class="description">A class based utility library for building modular and scalable web platform applications. Features opt-in classes and utilities which provide a solid foundation and toolset to build your next project.</p>

docs/classes/BaseObject.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<div class="project-title">
1717

1818

19-
<h1 class="project-name">StructureJS</h1> <span class="project-version">0.14.1</span>
19+
<h1 class="project-name">StructureJS</h1> <span class="project-version">0.14.2</span>
2020

2121

2222
<p class="description">A class based utility library for building modular and scalable web platform applications. Features opt-in classes and utilities which provide a solid foundation and toolset to build your next project.</p>

docs/classes/BrowserUtil.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<div class="project-title">
1717

1818

19-
<h1 class="project-name">StructureJS</h1> <span class="project-version">0.14.1</span>
19+
<h1 class="project-name">StructureJS</h1> <span class="project-version">0.14.2</span>
2020

2121

2222
<p class="description">A class based utility library for building modular and scalable web platform applications. Features opt-in classes and utilities which provide a solid foundation and toolset to build your next project.</p>

docs/classes/BulkLoader.html

Lines changed: 103 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<div class="project-title">
1717

1818

19-
<h1 class="project-name">StructureJS</h1> <span class="project-version">0.14.1</span>
19+
<h1 class="project-name">StructureJS</h1> <span class="project-version">0.14.2</span>
2020

2121

2222
<p class="description">A class based utility library for building modular and scalable web platform applications. Features opt-in classes and utilities which provide a solid foundation and toolset to build your next project.</p>
@@ -389,6 +389,13 @@ <h3>Methods</h3>
389389

390390

391391

392+
</li>
393+
394+
<li class="index-item method public inherited">
395+
<a href="#method_print">print</a>
396+
397+
398+
392399
</li>
393400

394401
<li class="index-item method public inherited">
@@ -475,7 +482,7 @@ <h3 class="name"><code>_dataStores</code>
475482
<a name="property__listeners" class="anchor-link"></a>
476483
<div class="property item protected inherited">
477484
<h3 class="name"><code>_listeners</code>
478-
<span class="type">Array.<any></span>
485+
<span class="type">Any</span>
479486

480487

481488

@@ -497,7 +504,7 @@ <h3 class="name"><code>_listeners</code>
497504

498505

499506

500-
<a href="../files/_Users_rsavian_Sites_StructureJS_js_event_EventDispatcher.js.html#l40"><code>&#x2F;Users&#x2F;rsavian&#x2F;Sites&#x2F;StructureJS&#x2F;js&#x2F;event&#x2F;EventDispatcher.js:40</code></a>
507+
<a href="../files/_Users_rsavian_Sites_StructureJS_js_event_EventDispatcher.js.html#l41"><code>&#x2F;Users&#x2F;rsavian&#x2F;Sites&#x2F;StructureJS&#x2F;js&#x2F;event&#x2F;EventDispatcher.js:41</code></a>
501508

502509
</p>
503510

@@ -753,7 +760,7 @@ <h3 class="name"><code>parent</code>
753760

754761

755762

756-
<a href="../files/_Users_rsavian_Sites_StructureJS_js_event_EventDispatcher.js.html#l48"><code>&#x2F;Users&#x2F;rsavian&#x2F;Sites&#x2F;StructureJS&#x2F;js&#x2F;event&#x2F;EventDispatcher.js:48</code></a>
763+
<a href="../files/_Users_rsavian_Sites_StructureJS_js_event_EventDispatcher.js.html#l49"><code>&#x2F;Users&#x2F;rsavian&#x2F;Sites&#x2F;StructureJS&#x2F;js&#x2F;event&#x2F;EventDispatcher.js:49</code></a>
757764

758765
</p>
759766

@@ -2005,7 +2012,7 @@ <h3 class="name"><code>getEventListeners</code>
20052012

20062013

20072014
<span class="returns-inline">
2008-
<span class="type">String</span>
2015+
<span class="type">Array<any></span>
20092016
</span>
20102017

20112018

@@ -2046,7 +2053,7 @@ <h3 class="name"><code>getEventListeners</code>
20462053
<div class="extended-detail">
20472054

20482055
<div class="description">
2049-
<p>Generates a string output of event listeners for a given object.</p>
2056+
<p>Returns and array of all current event types and there current listeners.</p>
20502057

20512058
</div>
20522059

@@ -2059,7 +2066,7 @@ <h4>Returns:</h4>
20592066
<div class="returns-description">
20602067

20612068

2062-
<span class="type">String</span>:
2069+
<span class="type">Array<any></span>:
20632070

20642071

20652072
</div>
@@ -2071,9 +2078,7 @@ <h4>Returns:</h4>
20712078
<h4>Example:</h4>
20722079

20732080
<div class="example-content">
2074-
<pre class="code prettyprint"><code> this.getEventListeners();
2075-
2076-
// [ClassName] is listening for the &#39;BaseEvent.change&#39; event.</code></pre>
2081+
<pre class="code prettyprint"><code> this.getEventListeners();</code></pre>
20772082

20782083
</div>
20792084
</div>
@@ -2431,6 +2436,94 @@ <h4>Example:</h4>
24312436
</div>
24322437

24332438

2439+
<a name="method_print" class="anchor-link"></a>
2440+
<div class="method item public inherited">
2441+
<h3 class="name"><code>print</code>
2442+
2443+
2444+
<span class="paren">()</span>
2445+
2446+
2447+
2448+
<span class="returns-inline">
2449+
<span class="type">String</span>
2450+
</span>
2451+
2452+
2453+
2454+
2455+
2456+
<span class="flag public">public</span>
2457+
2458+
2459+
2460+
2461+
2462+
2463+
2464+
2465+
2466+
2467+
</h3>
2468+
2469+
<div class="meta">
2470+
2471+
2472+
<p>Inherited from
2473+
<a href="../classes/EventDispatcher.html#method_print" class="type">EventDispatcher</a>:
2474+
2475+
2476+
2477+
<a href="../files/_Users_rsavian_Sites_StructureJS_js_event_EventDispatcher.js.html#l263"><code>&#x2F;Users&#x2F;rsavian&#x2F;Sites&#x2F;StructureJS&#x2F;js&#x2F;event&#x2F;EventDispatcher.js:263</code></a>
2478+
2479+
</p>
2480+
2481+
2482+
2483+
2484+
2485+
</div>
2486+
2487+
<div class="extended-detail">
2488+
2489+
<div class="description">
2490+
<p>Prints out each event listener in the console.log</p>
2491+
2492+
</div>
2493+
2494+
2495+
2496+
2497+
<div class="returns">
2498+
<h4>Returns:</h4>
2499+
2500+
<div class="returns-description">
2501+
2502+
2503+
<span class="type">String</span>:
2504+
2505+
2506+
</div>
2507+
</div>
2508+
2509+
2510+
2511+
<div class="example">
2512+
<h4>Example:</h4>
2513+
2514+
<div class="example-content">
2515+
<pre class="code prettyprint"><code> this.printEventListeners();
2516+
2517+
// [ClassName] is listening for the &#39;BaseEvent.change&#39; event.
2518+
// [AnotherClassName] is listening for the &#39;BaseEvent.refresh&#39; event.</code></pre>
2519+
2520+
</div>
2521+
</div>
2522+
2523+
</div>
2524+
</div>
2525+
2526+
24342527
<a name="method_removeEventListener" class="anchor-link"></a>
24352528
<div class="method item public inherited">
24362529
<h3 class="name"><code>removeEventListener</code>

docs/classes/BulkLoaderEvent.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<div class="project-title">
1717

1818

19-
<h1 class="project-name">StructureJS</h1> <span class="project-version">0.14.1</span>
19+
<h1 class="project-name">StructureJS</h1> <span class="project-version">0.14.2</span>
2020

2121

2222
<p class="description">A class based utility library for building modular and scalable web platform applications. Features opt-in classes and utilities which provide a solid foundation and toolset to build your next project.</p>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy