Commit f816a18f authored by Braden Whitten's avatar Braden Whitten
Browse files

Fix spacing after '='

Just added a space after a function definition to tidy up the code.
parent 8b8bf918
Showing with 1 addition and 1 deletion
+1 -1
...@@ -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')
} }
......
Supports Markdown
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