diff options
| author | Jacob Thornton <[email protected]> | 2011-09-19 20:13:51 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-09-19 20:13:51 -0700 |
| commit | 0c6a2acd7e9a6d81eeec4dba99b4bdf33e86c744 (patch) | |
| tree | a985f8fb0fcc88345c45da01cb97abd4f00b4799 /js | |
| parent | fc6effae51769c5bd7dfe0d1720606dd42c5f6e9 (diff) | |
| download | bootstrap-0c6a2acd7e9a6d81eeec4dba99b4bdf33e86c744.tar.xz bootstrap-0c6a2acd7e9a6d81eeec4dba99b4bdf33e86c744.zip | |
remove var O_O
Diffstat (limited to 'js')
| -rw-r--r-- | js/bootstrap-popover.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bootstrap-popover.js b/js/bootstrap-popover.js index 9964a28b5..127f563c6 100644 --- a/js/bootstrap-popover.js +++ b/js/bootstrap-popover.js @@ -40,7 +40,7 @@ } , getContent: function () { - var contentvar + var content , $e = this.$element , o = this.options |
