Skip to content

Commit

Permalink
added bowser and compat table
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Aug 22, 2014
1 parent 5a3de5d commit 7430858
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"lodash": "~2.4.x",
"angular-tags": "git://github.com/boneskull/angular-tags.git#master",
"angular-sanitize": "~1.2.x",
"draggabilly": "~1.1.x"
"draggabilly": "~1.1.x",
"bowser": "0.7.x"
},
"dependencies": {},
"resolutions": {
Expand Down
4 changes: 2 additions & 2 deletions build.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ module.exports = {
'vendor/get-style-property/get-style-property.js',
// get-size depends on get-style-property... it has to come after it
'vendor/get-size/get-size.js',
'vendor/draggabilly/draggabilly.js'

'vendor/draggabilly/draggabilly.js',
'vendor/bowser/bowser.js'

],
css: [
Expand Down
14 changes: 14 additions & 0 deletions src/baw.configuration.tpl.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,5 +187,19 @@ angular.module('bawApp.configuration', ['url'])
},
annotationLibrary: {
paddingSeconds: 1.0
},
browserSupport: {
optimum: {
chrome: 36
},
supported: {
msie: 10,
firefox: 30,
chrome: 30,
safari: 5.1,
opera: 23,
ios: 5.1,
android: 4.0
}
}
});

0 comments on commit 7430858

Please sign in to comment.