Skip to content

Commit 85274b1

Browse files
Added missing dependencies, fixed typo
1 parent 3074977 commit 85274b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/Interactive/Drag/Drag.Move_(undraggable).html

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@
88
height:100px;
99
}
1010
</style>
11-
<p>You should be able to focus and change th input value after dragging.</p>
11+
<p>You should be able to focus and change the input value after dragging.</p>
1212
<div id='wrapper'>
1313
<div>
1414
<input id='input' value='try to focus me'></input>
1515
</div>
1616
</div>
17+
<script src="/depender/build?require=More/Drag.Move"></script>
1718
<script>
1819
new Drag.Move('wrapper');
1920
</script>

0 commit comments

Comments
 (0)