Skip to content

Commit

Permalink
fix(exports): export RepeatStrategyLocator
Browse files Browse the repository at this point in the history
AbstractRepeater isn't very useful if you don't have access to the
repeat strategies
  • Loading branch information
mbroadst committed Mar 27, 2016
1 parent a81cf65 commit 1c3c418
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/aurelia-templating-resources.js
Expand Up @@ -103,5 +103,6 @@ export {
SignalBindingBehavior,
BindingSignaler,
UpdateTriggerBindingBehavior,
AbstractRepeater
AbstractRepeater,
RepeatStrategyLocator
};

0 comments on commit 1c3c418

Please sign in to comment.