Better drag/drop for Firefox/Chrome and improved IE support

This commit is contained in:
David Jade
2013-12-20 19:57:05 -08:00
parent c740792105
commit 7f5a8fc937
3 changed files with 21 additions and 12 deletions
+1
View File
@@ -130,6 +130,7 @@ exports.convertEventName = function(eventName) {
// Setup constants for the current browser
exports.getBrowserInfo = function(info) {
info.isIE = (/msie|trident/i.test(navigator.userAgent));
};
})();