1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-13 00:54:04 +02:00

Merge remote-tracking branch 'bootstrap/3.0.0-wip' into 3.0.0-wip

Conflicts:
	js/tests/unit/bootstrap-collapse.js
This commit is contained in:
Ivan Khalopik
2013-05-07 15:16:45 +03:00
128 changed files with 9524 additions and 8257 deletions

View File

@@ -53,4 +53,4 @@
<div id="qunit-fixture"></div>
</div>
</body>
</html>
</html>

View File

@@ -60,4 +60,4 @@ page.open(phantom.args[0], function(status){
phantom.exit((parseInt(failedNum, 10) > 0) ? 1 : 0)
})
}
})
})

View File

@@ -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')

View File

@@ -22,4 +22,4 @@ $(function () {
ok(!$affix.hasClass('affix'), 'affix class was not added')
})
})
})

View File

@@ -59,4 +59,4 @@ $(function () {
.alert('close')
})
})
})

View File

@@ -99,4 +99,4 @@ $(function () {
ok(btn2.hasClass('active'), 'btn2 has active class')
})
})
})

View File

@@ -78,4 +78,4 @@ $(function () {
ok($('#myCarousel').data('carousel').options.interval == 1814, "attributes should be read only on intitialization");
$('#myCarousel').remove();
})
})
})

View File

@@ -148,4 +148,4 @@ $(function () {
$("#qunit-fixture").html("")
})
})
})

View File

@@ -134,4 +134,4 @@ $(function () {
})
.modal("show")
})
})
})

View 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.")
}
}

View File

@@ -110,4 +110,4 @@ $(function () {
ok(!$._data(popover[0], 'events').mouseover && !$._data(popover[0], 'events').mouseout, 'popover does not have any events')
})
})
})

View File

@@ -34,4 +34,4 @@ $(function () {
ok($topbar.find('.active', true))
})
})
})

View File

@@ -83,4 +83,4 @@ $(function () {
}).tab('show')
})
})
})

View File

@@ -10,4 +10,4 @@ $(function () {
ok($.support.transition ? $.support.transition.end : true, 'end string is defined')
})
})
})

File diff suppressed because one or more lines are too long

View File

@@ -229,4 +229,4 @@
#qunit-fixture {
display:none;
}
}

View File

@@ -1507,4 +1507,4 @@ QUnit.diff = (function() {
};
})();
})(this);
})(this);