Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[0.9.0-rc.1] Method expression without arguments is not invoked #1516

Closed
GabiAxel opened this issue May 12, 2015 · 1 comment
Closed

[0.9.0-rc.1] Method expression without arguments is not invoked #1516

GabiAxel opened this issue May 12, 2015 · 1 comment
Assignees

Comments

@GabiAxel
Copy link

For methods defined like this:

Polymer(
   is: 'something-something',
   method: function() {
      return "something";
   }
);

The following works:

[[method(someObject)]]

But this does not work - the method is not invoked at all:

[[method()]]
@thesupremecommander
Copy link

Can confirm. It seems like this is also failing if more than one argument is passed in, as can be seen in PolymerElements/paper-drawer-panel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants