)]}'
{"version":3,"sources":["webapp/webapp_client.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,U;;AAEA,6B;AACA,0C;AACA,kB;;AAEA,0D;AACA,kD;AACA,kE;AACA,sD;AACA,mE;AACA,S;AACA,O;AACA,G;AACA,E","file":"/packages/webapp.js","sourcesContent":["WebApp = {\n\n  _isCssLoaded: function () {\n    if (document.styleSheets.length === 0)\n      return true;\n\n    return _.find(document.styleSheets, function (sheet) {\n      if (sheet.cssText && !sheet.cssRules) // IE8\n        return !sheet.cssText.match(/meteor-css-not-found-error/);\n      return !_.find(sheet.cssRules, function (rule) {\n        return rule.selectorText === '.meteor-css-not-found-error';\n      });\n    });\n  }\n};\n"]}