Skip to content

Commit

Permalink
Fixed some property descriptor issues when deeply extending tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric McGary committed Feb 9, 2013
1 parent b7bfda1 commit be79e20
Show file tree
Hide file tree
Showing 21 changed files with 557 additions and 290 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
@@ -1,6 +1,10 @@
* **2013.01.31** - *v0.9.14* * **2013.02.09** - *v0.9.15*
* Rewriting of some of the Task prototype property descriptors

* **2013.02.07** - *v0.9.14*
* Fixed an issue where unreferenced `tasks` attribute was not being instantiated for the `initialize` method with use of `addSubTask` * Fixed an issue where unreferenced `tasks` attribute was not being instantiated for the `initialize` method with use of `addSubTask`
* Fixed issue with tasks being processed in parallel task before the task had been started * Fixed issue with tasks being processed in parallel task before the task had been started

* **2013.01.31** - *v0.9.13* * **2013.01.31** - *v0.9.13*
* `onChange` is no longer a public method * `onChange` is no longer a public method
* Tasks now have events and can be referenced through `on`, `off`, `has` and `trigger` methods of the task * Tasks now have events and can be referenced through `on`, `off`, `has` and `trigger` methods of the task
Expand Down
12 changes: 6 additions & 6 deletions docs/classes/MonkeyBars.html
Expand Up @@ -1143,7 +1143,7 @@ <h3 class="name"><code>forTaskDecorator</code></h3>






<a href="..&#x2F;files&#x2F;.._temp_monkeybars.js.html#l1903"><code>..&#x2F;temp&#x2F;monkeybars.js:1903</code></a> <a href="..&#x2F;files&#x2F;.._temp_monkeybars.js.html#l1952"><code>..&#x2F;temp&#x2F;monkeybars.js:1952</code></a>


</p> </p>


Expand Down Expand Up @@ -1750,7 +1750,7 @@ <h3 class="name"><code>whenTaskDecorator</code></h3>






<a href="..&#x2F;files&#x2F;.._temp_monkeybars.js.html#l1956"><code>..&#x2F;temp&#x2F;monkeybars.js:1956</code></a> <a href="..&#x2F;files&#x2F;.._temp_monkeybars.js.html#l2005"><code>..&#x2F;temp&#x2F;monkeybars.js:2005</code></a>


</p> </p>


Expand Down Expand Up @@ -1839,7 +1839,7 @@ <h3 class="name"><code>whileTaskDecorator</code></h3>






<a href="..&#x2F;files&#x2F;.._temp_monkeybars.js.html#l1927"><code>..&#x2F;temp&#x2F;monkeybars.js:1927</code></a> <a href="..&#x2F;files&#x2F;.._temp_monkeybars.js.html#l1976"><code>..&#x2F;temp&#x2F;monkeybars.js:1976</code></a>


</p> </p>


Expand Down Expand Up @@ -1918,7 +1918,7 @@ <h3 class="name"><code>LogLevels</code></h3>






<a href="..&#x2F;files&#x2F;.._temp_monkeybars.js.html#l2008"><code>..&#x2F;temp&#x2F;monkeybars.js:2008</code></a> <a href="..&#x2F;files&#x2F;.._temp_monkeybars.js.html#l2057"><code>..&#x2F;temp&#x2F;monkeybars.js:2057</code></a>


</p> </p>


Expand Down Expand Up @@ -2146,7 +2146,7 @@ <h3 class="name"><code>TaskStates</code></h3>






<a href="..&#x2F;files&#x2F;.._temp_monkeybars.js.html#l1980"><code>..&#x2F;temp&#x2F;monkeybars.js:1980</code></a> <a href="..&#x2F;files&#x2F;.._temp_monkeybars.js.html#l2029"><code>..&#x2F;temp&#x2F;monkeybars.js:2029</code></a>


</p> </p>


Expand Down Expand Up @@ -2192,7 +2192,7 @@ <h3 class="name"><code>TaskTypes</code></h3>






<a href="..&#x2F;files&#x2F;.._temp_monkeybars.js.html#l1995"><code>..&#x2F;temp&#x2F;monkeybars.js:1995</code></a> <a href="..&#x2F;files&#x2F;.._temp_monkeybars.js.html#l2044"><code>..&#x2F;temp&#x2F;monkeybars.js:2044</code></a>


</p> </p>


Expand Down

0 comments on commit be79e20

Please sign in to comment.