We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d93bdf3 commit 0a8971bCopy full SHA for 0a8971b
test/dndDraggingSpec.js renamed to test/dndDraggableSpec.js
@@ -1,4 +1,4 @@
1
-describe('dndDragging', function() {
+describe('dndDraggable', function() {
2
3
var SIMPLE_HTML = '<div dnd-draggable="{hello: \'world\'}"></div>';
4
test/index.html
@@ -18,7 +18,7 @@
18
19
<!-- Spec files -->
20
<script src="init.js"></script>
21
- <script src="dndDraggingSpec.js"></script>
+ <script src="dndDraggableSpec.js"></script>
22
<script src="dndListSpec.js"></script>
23
<script src="dndNodragSpec.js"></script>
24
0 commit comments