summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-12-17 17:21:45 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-12-17 17:21:45 +0900
commitb6524616bc764545f391432f39af207d2fbf33d5 (patch)
tree1c19b1e0b2bbea46dac0712f5357f0adfe437108 /src
parent[Client] UIの動きを減らすオプションが一部のアニメーショ... (diff)
downloadsharkey-b6524616bc764545f391432f39af207d2fbf33d5.tar.gz
sharkey-b6524616bc764545f391432f39af207d2fbf33d5.tar.bz2
sharkey-b6524616bc764545f391432f39af207d2fbf33d5.zip
Clean up
Diffstat (limited to 'src')
-rw-r--r--src/client/app/common/views/directives/particle.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client/app/common/views/directives/particle.ts b/src/client/app/common/views/directives/particle.ts
index 4b09b4f4d5..0bb451e323 100644
--- a/src/client/app/common/views/directives/particle.ts
+++ b/src/client/app/common/views/directives/particle.ts
@@ -20,9 +20,5 @@ export default {
document.body.appendChild(particle.$el);
});
- },
-
- unbind(el, binding, vn) {
-
}
};