1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00

first flush of refactorings, clarified identifiers, moved flag generation for OSes that may have multiple browsers out of browser-specific code

This commit is contained in:
BendingBender
2014-02-25 23:34:03 +01:00
parent c19a6672aa
commit 745c38b758
4 changed files with 212 additions and 259 deletions

View File

@@ -21,5 +21,6 @@ require('smoosh').config({
, "asi": true
, "laxbreak": true
, "laxcomma": true
, "eqnull": true
}
}).run().build().analyze()