Skip to content

Commit

Permalink
chore: Lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
finom committed Oct 18, 2016
1 parent 21fffe9 commit 27908eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/off/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function off(object, givenNames, callback, context) {
def.events = {};

nofn.forOwn(def.props, ({ bindings }, propName) => {
if(bindings) {
if (bindings) {
nofn.forEach(bindings, ({ node }) => {
const eventNamespace = def.id + propName;
dom.$(node).off(`.${eventNamespace}`);
Expand Down

0 comments on commit 27908eb

Please sign in to comment.