Skip to content

Commit

Permalink
Merge branch 'bindable-typings' of https://github.com/Zoltu/templating
Browse files Browse the repository at this point in the history
…into Zoltu-bindable-typings
  • Loading branch information
EisenbergEffect committed Jul 7, 2015
2 parents f5b361a + 41bdbf5 commit 9f267ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decorators.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export function templateController(target){

Decorators.configure.simpleDecorator('templateController', templateController);

export function bindable(nameOrConfigOrTarget, key, descriptor){
export function bindable(nameOrConfigOrTarget?, key?, descriptor?){
var deco = function(target, key, descriptor){
var actualTarget = key ? target.constructor : target, //is it on a property or a class?
resource = Metadata.getOrCreateOwn(Metadata.resource, HtmlBehaviorResource, actualTarget),
Expand Down

0 comments on commit 9f267ea

Please sign in to comment.