Commit 1066ec4a authored by Aaron Stacy's avatar Aaron Stacy

updated if statement form

parent d541eceb
......@@ -100,7 +100,9 @@
, hide: function (e) {
e && e.preventDefault()
if (! this.isShown) return
if (! this.isShown) {
return
}
var that = this
this.isShown = false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment