1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-12-07 09:18:06 +00:00

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

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));
};
})();