Merge branch '3.8'

This commit is contained in:
Romain Neutron
2013-11-12 13:26:15 +01:00
78 changed files with 5184 additions and 6309 deletions

View File

@@ -13,7 +13,7 @@ require.config({
bootstrap: "../assets/bootstrap/js/bootstrap.min"
},
shim: {
bootstrap : ["jquery"],
bootstrap: ["jquery"],
jqueryui: {
deps: ["jquery"]
}
@@ -26,11 +26,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 {