mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 04:23:19 +00:00
Fix JS codestyle
This commit is contained in:
@@ -18,7 +18,7 @@ require.config({
|
||||
bootstrap: "../skins/build/bootstrap/js/bootstrap.min"
|
||||
},
|
||||
shim: {
|
||||
bootstrap : ["jquery"],
|
||||
bootstrap: ["jquery"],
|
||||
jqueryui: {
|
||||
deps: ["jquery"]
|
||||
},
|
||||
@@ -39,11 +39,12 @@ mocha.setup({
|
||||
globals: ['js-fixtures']
|
||||
});
|
||||
|
||||
console = window.console || function() {};
|
||||
console = window.console || function () {
|
||||
};
|
||||
|
||||
window.notrack = true;
|
||||
|
||||
var runMocha = function() {
|
||||
var runMocha = function () {
|
||||
if (window.mochaPhantomJS) {
|
||||
mochaPhantomJS.run();
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user