d6a83ea026
This also adds more documentation and corrects the release notes for these breaking changes. These modules will now only be included in the full builds of Select2, which has been noted in a few places.
19 lines
686 B
HTML
19 lines
686 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="../vendor/qunit-1.14.0.css" type="text/css" />
|
|
<link rel="stylesheet" href="../../dist/css/select2.css" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div id="qunit"></div>
|
|
<div id="qunit-fixture"></div>
|
|
|
|
<script src="../vendor/qunit-1.14.0.js" type="text/javascript"></script>
|
|
<script src="../../vendor/almond-0.2.9.js" type="text/javascript"></script>
|
|
<script src="../../vendor/jquery-2.1.0.js" type="text/javascript"></script>
|
|
<script src="../../dist/js/select2.amd.full.js" type="text/javascript"></script>
|
|
|
|
<script src="deprecated-tests.js" type="text/javascript"></script>
|
|
</body>
|
|
</html>
|