Sortable: Update demos to use AMD

Ref #10119
This commit is contained in:
Alexander Schmitz 2015-06-30 23:34:31 -04:00
parent ebb8bbf168
commit 48f31d7dd0

View File

@ -14,7 +14,6 @@
<script src="../bootstrap.js"> <script src="../bootstrap.js">
$( "#sortable" ).sortable(); $( "#sortable" ).sortable();
$( "#sortable" ).disableSelection(); $( "#sortable" ).disableSelection();
});
</script> </script>
</head> </head>
<body> <body>