[Browse Composition] Removed Window Alert

Removed commented out code that
alerts the user if they cannot
perform a drag and drop. Inserted a
comment marking where an alert can be placed
Issue 11.
This commit is contained in:
Shivam Dave 2015-06-18 15:23:51 -07:00
parent dab6d96688
commit 0292f046da

View File

@ -109,10 +109,7 @@ define(
});
}
}
// else {
// // Informs user that drag and drop is not allowed.
// window.alert("Cannot drag and drop objects during browse mode.");
// }
// TODO: Alert user if drag and drop is not allowed
}
// We can only handle drops if we have access to actions...