Commit f816a18f authored by Braden Whitten's avatar Braden Whitten

Fix spacing after '='

Just added a space after a function definition to tidy up the code.
parent 8b8bf918
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
o.content) o.content)
} }
Popover.prototype.arrow =function () { Popover.prototype.arrow = function () {
return this.$arrow = this.$arrow || this.tip().find('.arrow') return this.$arrow = this.$arrow || this.tip().find('.arrow')
} }
......
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