- 27 Mar, 2013 1 commit
-
-
reduced the size by removing access to this.options, and changing it to options, but it was this.options that was auto-vivified into a new object when the incoming options was null. The fix made here also happens to reduce the size a further 15 bytes.
Adam Heath committed
-
- 26 Mar, 2013 2 commits
-
-
- 25 Mar, 2013 10 commits
-
-
allows for general-purpose functions to always look at the former. It makes data-class-even="workers:isEven" possible.
Adam Heath committed -
the minified output file; the callback was being called in all cases, not just when there were dependencies.
Adam Heath committed -
activates when it detects {{}} in the attribute value. This can be useful when building up values with variables interspersed with constants. An example is href="/path/to/images/{{order.orderId}}/{{order.overlay}}.png" This correctly handles bind/unbind, and updates to the possibly many internal variables.
Adam Heath committed -
-
this is 0-based. If each-* happens to be given an object, then _index will contain the key.
Adam Heath committed -
-
-
each-*, use a global callback to do the looping. This will global function will eventually check the adapter for an overridden version.
Adam Heath committed
-
- 21 Mar, 2013 1 commit
-
-
rebuilt lib/rivets.js, so didn't notice that I saved the current model with the wrong name into the binding's options.
Adam Heath committed
-
- 20 Mar, 2013 1 commit
-
-
Rivets.Binding() isn't needed. I had mistakenly changed an external api, which is generally frowned upon.
Adam Heath committed
-
- 19 Mar, 2013 1 commit
-
-
- 11 Jan, 2013 2 commits
-
-
- 30 Dec, 2012 3 commits
-
-
- 17 Dec, 2012 1 commit
- 13 Dec, 2012 1 commit
-
-
This commit fixes an issue with the each-* binding where all but the first element would be inserted into incorrect positions when the binding is used on an element with siblings. The issue occurred because the code was passing a Rivets.View instance in to insertBefore for all but the first element, which just caused the element to be inserted last.
Graeme Coupar committed
-
- 20 Nov, 2012 3 commits
-
-
- 17 Nov, 2012 7 commits
-
-
- 14 Nov, 2012 2 commits
-
-
- 12 Nov, 2012 1 commit
-
-
- 08 Nov, 2012 4 commits
-
-