Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Backbone.Events.once に類似した Marionette Eventbinder はありますか? 「bindToOnce」のようなもの。
いいえ、おそらくないでしょう。Marionette の EventBinder は、近い将来、Backbone.Events を優先して廃止される予定です。
ただし、これを行うことで同じことを達成できます。
foo.bindTo(bar, "baz", _.once(myFunction));