Commit 1b132ddc authored by Stephen Edgar's avatar Stephen Edgar
Browse files

'js' folder .editorconfig code guide updates

parent 7ebfc170
12 merge requests!8635ignore Gruntfile.js in jekyll,!8339Fix broken links to navbar component in docs examples,!7674Clear float on all when navbar is collapsed - v3,!7680Added media queries breakpoint variables,!7775added some tests for tooltip title setter,!8157Close Me: Docs "Customize and Download" button fix,!7664Editor Config (.editorconfig) Code Guide Update,!7964commit fixes #7792,!8656Added rel="stylesheet" to CDN-Examples,!8527Inner properties move 1,!8245Interactive color picker - Closed: request against wrong branch,!7865Patch 2
Showing with 20 additions and 20 deletions
+20 -20
......@@ -9,4 +9,4 @@
"boss" : true,
"expr" : true,
"asi" : true
}
\ No newline at end of file
}
......@@ -114,4 +114,4 @@
})
}(window.jQuery);
\ No newline at end of file
}(window.jQuery);
......@@ -96,4 +96,4 @@
$(document).on('click.alert.data-api', dismiss, Alert.prototype.close)
}(window.jQuery);
\ No newline at end of file
}(window.jQuery);
......@@ -102,4 +102,4 @@
$btn.button('toggle')
})
}(window.jQuery);
\ No newline at end of file
}(window.jQuery);
......@@ -204,4 +204,4 @@
e.preventDefault()
})
}(window.jQuery);
\ No newline at end of file
}(window.jQuery);
......@@ -164,4 +164,4 @@
$(target).collapse(option)
})
}(window.jQuery);
\ No newline at end of file
}(window.jQuery);
......@@ -159,4 +159,4 @@
})
})
}(window.jQuery);
\ No newline at end of file
}(window.jQuery);
......@@ -141,4 +141,4 @@
$(this).tab('show')
})
}(window.jQuery);
\ No newline at end of file
}(window.jQuery);
......@@ -57,4 +57,4 @@
})
}(window.jQuery);
\ No newline at end of file
}(window.jQuery);
......@@ -53,4 +53,4 @@
<div id="qunit-fixture"></div>
</div>
</body>
</html>
\ No newline at end of file
</html>
......@@ -60,4 +60,4 @@ page.open(phantom.args[0], function(status){
phantom.exit((parseInt(failedNum, 10) > 0) ? 1 : 0)
})
}
})
\ No newline at end of file
})
......@@ -11,4 +11,4 @@ var connect = require('connect')
http.createServer(app).listen(3000);
fs.writeFileSync(__dirname + '/pid.txt', process.pid, 'utf-8')
\ No newline at end of file
fs.writeFileSync(__dirname + '/pid.txt', process.pid, 'utf-8')
......@@ -22,4 +22,4 @@ $(function () {
ok(!$affix.hasClass('affix'), 'affix class was not added')
})
})
\ No newline at end of file
})
......@@ -59,4 +59,4 @@ $(function () {
.alert('close')
})
})
\ No newline at end of file
})
......@@ -99,4 +99,4 @@ $(function () {
ok(btn2.hasClass('active'), 'btn2 has active class')
})
})
\ No newline at end of file
})
......@@ -78,4 +78,4 @@ $(function () {
ok($('#myCarousel').data('carousel').options.interval == 1814, "attributes should be read only on intitialization");
$('#myCarousel').remove();
})
})
\ No newline at end of file
})
......@@ -91,4 +91,4 @@ $(function () {
target.click()
})
})
\ No newline at end of file
})
......@@ -148,4 +148,4 @@ $(function () {
$("#qunit-fixture").html("")
})
})
\ No newline at end of file
})
......@@ -134,4 +134,4 @@ $(function () {
})
.modal("show")
})
})
\ No newline at end of file
})
......@@ -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.")
}
\ No newline at end of file
}
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