summaryrefslogtreecommitdiff
path: root/bower_components/jquery/src/dimensions.js
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2015-01-22 22:36:20 -0500
committerThomas Park <thomas@thomaspark.me>2015-01-22 22:36:20 -0500
commit25f57ee1fe9773b08d95d5f7d6ba93e2db048f8f (patch)
tree8e4448eed6bce0fa1288321e18c2b4675b8cb393 /bower_components/jquery/src/dimensions.js
parent0a7f9e5bb684c185d309d1ac1079dfb8b36af33c (diff)
update bootstrap to 3.3.2
Diffstat (limited to 'bower_components/jquery/src/dimensions.js')
-rw-r--r--bower_components/jquery/src/dimensions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bower_components/jquery/src/dimensions.js b/bower_components/jquery/src/dimensions.js
index 9cb0e99f..e6cb04c0 100644
--- a/bower_components/jquery/src/dimensions.js
+++ b/bower_components/jquery/src/dimensions.js
@@ -7,7 +7,7 @@ define([
// Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods
jQuery.each( { Height: "height", Width: "width" }, function( name, type ) {
jQuery.each( { padding: "inner" + name, content: type, "": "outer" + name }, function( defaultExtra, funcName ) {
- // margin is only for outerHeight, outerWidth
+ // Margin is only for outerHeight, outerWidth
jQuery.fn[ funcName ] = function( margin, value ) {
var chainable = arguments.length && ( defaultExtra || typeof margin !== "boolean" ),
extra = defaultExtra || ( margin === true || value === true ? "margin" : "border" );