mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 13:38:26 +01:00
'js' folder .editorconfig code guide updates
This commit is contained in:
parent
22a1a7273a
commit
f40ea21a6c
@ -9,4 +9,4 @@
|
||||
"boss" : true,
|
||||
"expr" : true,
|
||||
"asi" : true
|
||||
}
|
||||
}
|
||||
|
2
js/bootstrap-affix.js
vendored
2
js/bootstrap-affix.js
vendored
@ -114,4 +114,4 @@
|
||||
})
|
||||
|
||||
|
||||
}(window.jQuery);
|
||||
}(window.jQuery);
|
||||
|
2
js/bootstrap-alert.js
vendored
2
js/bootstrap-alert.js
vendored
@ -96,4 +96,4 @@
|
||||
|
||||
$(document).on('click.alert.data-api', dismiss, Alert.prototype.close)
|
||||
|
||||
}(window.jQuery);
|
||||
}(window.jQuery);
|
||||
|
2
js/bootstrap-button.js
vendored
2
js/bootstrap-button.js
vendored
@ -102,4 +102,4 @@
|
||||
$btn.button('toggle')
|
||||
})
|
||||
|
||||
}(window.jQuery);
|
||||
}(window.jQuery);
|
||||
|
2
js/bootstrap-carousel.js
vendored
2
js/bootstrap-carousel.js
vendored
@ -204,4 +204,4 @@
|
||||
e.preventDefault()
|
||||
})
|
||||
|
||||
}(window.jQuery);
|
||||
}(window.jQuery);
|
||||
|
2
js/bootstrap-collapse.js
vendored
2
js/bootstrap-collapse.js
vendored
@ -164,4 +164,4 @@
|
||||
$(target).collapse(option)
|
||||
})
|
||||
|
||||
}(window.jQuery);
|
||||
}(window.jQuery);
|
||||
|
2
js/bootstrap-scrollspy.js
vendored
2
js/bootstrap-scrollspy.js
vendored
@ -159,4 +159,4 @@
|
||||
})
|
||||
})
|
||||
|
||||
}(window.jQuery);
|
||||
}(window.jQuery);
|
||||
|
2
js/bootstrap-tab.js
vendored
2
js/bootstrap-tab.js
vendored
@ -141,4 +141,4 @@
|
||||
$(this).tab('show')
|
||||
})
|
||||
|
||||
}(window.jQuery);
|
||||
}(window.jQuery);
|
||||
|
2
js/bootstrap-transition.js
vendored
2
js/bootstrap-transition.js
vendored
@ -57,4 +57,4 @@
|
||||
|
||||
})
|
||||
|
||||
}(window.jQuery);
|
||||
}(window.jQuery);
|
||||
|
@ -53,4 +53,4 @@
|
||||
<div id="qunit-fixture"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
@ -60,4 +60,4 @@ page.open(phantom.args[0], function(status){
|
||||
phantom.exit((parseInt(failedNum, 10) > 0) ? 1 : 0)
|
||||
})
|
||||
}
|
||||
})
|
||||
})
|
||||
|
@ -11,4 +11,4 @@ var connect = require('connect')
|
||||
|
||||
http.createServer(app).listen(3000);
|
||||
|
||||
fs.writeFileSync(__dirname + '/pid.txt', process.pid, 'utf-8')
|
||||
fs.writeFileSync(__dirname + '/pid.txt', process.pid, 'utf-8')
|
||||
|
2
js/tests/unit/bootstrap-affix.js
vendored
2
js/tests/unit/bootstrap-affix.js
vendored
@ -22,4 +22,4 @@ $(function () {
|
||||
ok(!$affix.hasClass('affix'), 'affix class was not added')
|
||||
})
|
||||
|
||||
})
|
||||
})
|
||||
|
2
js/tests/unit/bootstrap-alert.js
vendored
2
js/tests/unit/bootstrap-alert.js
vendored
@ -59,4 +59,4 @@ $(function () {
|
||||
.alert('close')
|
||||
})
|
||||
|
||||
})
|
||||
})
|
||||
|
2
js/tests/unit/bootstrap-button.js
vendored
2
js/tests/unit/bootstrap-button.js
vendored
@ -99,4 +99,4 @@ $(function () {
|
||||
ok(btn2.hasClass('active'), 'btn2 has active class')
|
||||
})
|
||||
|
||||
})
|
||||
})
|
||||
|
2
js/tests/unit/bootstrap-carousel.js
vendored
2
js/tests/unit/bootstrap-carousel.js
vendored
@ -78,4 +78,4 @@ $(function () {
|
||||
ok($('#myCarousel').data('carousel').options.interval == 1814, "attributes should be read only on intitialization");
|
||||
$('#myCarousel').remove();
|
||||
})
|
||||
})
|
||||
})
|
||||
|
2
js/tests/unit/bootstrap-collapse.js
vendored
2
js/tests/unit/bootstrap-collapse.js
vendored
@ -91,4 +91,4 @@ $(function () {
|
||||
target.click()
|
||||
})
|
||||
|
||||
})
|
||||
})
|
||||
|
2
js/tests/unit/bootstrap-dropdown.js
vendored
2
js/tests/unit/bootstrap-dropdown.js
vendored
@ -148,4 +148,4 @@ $(function () {
|
||||
$("#qunit-fixture").html("")
|
||||
})
|
||||
|
||||
})
|
||||
})
|
||||
|
2
js/tests/unit/bootstrap-modal.js
vendored
2
js/tests/unit/bootstrap-modal.js
vendored
@ -134,4 +134,4 @@ $(function () {
|
||||
})
|
||||
.modal("show")
|
||||
})
|
||||
})
|
||||
})
|
||||
|
2
js/tests/unit/bootstrap-phantom.js
vendored
2
js/tests/unit/bootstrap-phantom.js
vendored
@ -18,4 +18,4 @@ QUnit.done = function (opts) {
|
||||
console.log("\n================================================")
|
||||
console.log("Tests completed in " + opts.runtime + " milliseconds")
|
||||
console.log(opts.passed + " tests of " + opts.total + " passed, " + opts.failed + " failed.")
|
||||
}
|
||||
}
|
||||
|
2
js/tests/unit/bootstrap-popover.js
vendored
2
js/tests/unit/bootstrap-popover.js
vendored
@ -110,4 +110,4 @@ $(function () {
|
||||
ok(!$._data(popover[0], 'events').mouseover && !$._data(popover[0], 'events').mouseout, 'popover does not have any events')
|
||||
})
|
||||
|
||||
})
|
||||
})
|
||||
|
2
js/tests/unit/bootstrap-scrollspy.js
vendored
2
js/tests/unit/bootstrap-scrollspy.js
vendored
@ -34,4 +34,4 @@ $(function () {
|
||||
ok($topbar.find('.active', true))
|
||||
})
|
||||
|
||||
})
|
||||
})
|
||||
|
2
js/tests/unit/bootstrap-tab.js
vendored
2
js/tests/unit/bootstrap-tab.js
vendored
@ -83,4 +83,4 @@ $(function () {
|
||||
}).tab('show')
|
||||
})
|
||||
|
||||
})
|
||||
})
|
||||
|
2
js/tests/unit/bootstrap-transition.js
vendored
2
js/tests/unit/bootstrap-transition.js
vendored
@ -10,4 +10,4 @@ $(function () {
|
||||
ok($.support.transition ? $.support.transition.end : true, 'end string is defined')
|
||||
})
|
||||
|
||||
})
|
||||
})
|
||||
|
2
js/tests/vendor/jquery.js
vendored
2
js/tests/vendor/jquery.js
vendored
File diff suppressed because one or more lines are too long
2
js/tests/vendor/qunit.css
vendored
2
js/tests/vendor/qunit.css
vendored
@ -229,4 +229,4 @@
|
||||
|
||||
#qunit-fixture {
|
||||
display:none;
|
||||
}
|
||||
}
|
||||
|
2
js/tests/vendor/qunit.js
vendored
2
js/tests/vendor/qunit.js
vendored
@ -1507,4 +1507,4 @@ QUnit.diff = (function() {
|
||||
};
|
||||
})();
|
||||
|
||||
})(this);
|
||||
})(this);
|
||||
|
Loading…
x
Reference in New Issue
Block a user