// Source: https://github.com/ded/bowser /** * README!!!! * To solve the error "MISMATCHED ANONYMOUS DEFINE() MODULES ..." (http://requirejs.org/docs/errors.html) * It happens when requirejs is defined globally and this script is added * in the old fashioned way, i.e. with * -> comment just the follow line if it happens!! * else if (typeof define == 'function') define(definition) */ !function (name, definition) { if (typeof module != 'undefined' && module.exports) module.exports['browser'] = definition() /* * problems including this library as classig