Update the bowser.js to the new version

With this new version of bowser.js is possible detect the OS as well,
no only the browser as the previous one. It brings support to
new browsers as well.
This commit is contained in:
joassouza 2015-12-01 11:53:49 -03:00
parent 8a79ae6e02
commit 4c8c1f53b5
4 changed files with 92 additions and 26 deletions

View file

@ -21,7 +21,7 @@
*/
var _, $, jQuery, plugins, Ace2Common;
var browser = require('./browser').browser;
var browser = require('./browser');
if(browser.msie){
// Honestly fuck IE royally.
// Basically every hack we have since V11 causes a problem