finished migrating DD tests to mocha. refactored functional test site directory

This commit is contained in:
Eric Rowell
2013-09-25 23:25:59 -07:00
parent b56880bccf
commit 5bac5358a9
5 changed files with 10 additions and 1748 deletions

View File

@@ -41,4 +41,9 @@ beforeEach(function(){
title.innerHTML = test.parent.title + ' - ' + test.title;
title.className = 'kinetic-title';
kineticContainer.appendChild(title);
// resets
Kinetic.inDblClickWindow = false;
Kinetic.DD.isDragging = false;
Kinetic.DD.node = undefined;
});