🎨 Reformate le code pour lisibilité
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
// remap jQuery to $
|
||||
(function ($) {
|
||||
|
||||
@@ -26,13 +25,9 @@ $('h2').click(function(){
|
||||
$('hr').hide();
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
})(window.jQuery);
|
||||
|
||||
|
||||
|
||||
// usage: log('inside coolFunc',this,arguments);
|
||||
// paulirish.com/2009/log-a-lightweight-wrapper-for-consolelog/
|
||||
window.log = function () {
|
||||
@@ -44,7 +39,6 @@ window.log = function(){
|
||||
};
|
||||
|
||||
|
||||
|
||||
// catch all document.write() calls
|
||||
(function (doc) {
|
||||
var write = doc.write;
|
||||
|
Reference in New Issue
Block a user