Skip to content

Commit

Permalink
Fixed syntax error and bower resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Jan 28, 2014
1 parent 9db8e4e commit 9b2aead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {},
"resolutions": {
"angular": "1.2.11-build.2186+sha.766b3d5"
"angular": "1.2.x"
},
"private": true
}
2 changes: 1 addition & 1 deletion src/components/directives/ngAudio.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ bawds.directive('ngAudio', ['$parse', function ($parse) {
var events = {
'abort': undefined,
'canplay': updateState,
'canplaythrough': updateState,,
'canplaythrough': updateState,
// TODO: why does this event need a special handler?
'durationchange': function (event) {
scope.$safeApply2(function () {
Expand Down

0 comments on commit 9b2aead

Please sign in to comment.