diff --git a/addon/utils/ref.js b/addon/utils/ref.js index 6c45273..0b3799d 100644 --- a/addon/utils/ref.js +++ b/addon/utils/ref.js @@ -39,8 +39,7 @@ function toWeakRefIfSupported(node) { if (node === null || node === undefined) { return null; } - if(hasWeakRef) - { + if (hasWeakRef) { if (node instanceof WeakRef) { return node; } diff --git a/package.json b/package.json index d7d242e..e08e39f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-ref-bucket", - "version": "5.0.5", + "version": "5.0.6", "description": "Ember DOM reference modifiers, helpers and decorators", "keywords": [ "ember-addon",