Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #28134 from ian-liu/settings/bluetooth/bug1121904_…
Browse files Browse the repository at this point in the history
…implement_connect/disconnect_dialog_for_a_paired_device/headset_for_v2

Bug 1121904 - [Bluetooth][Settings] Show connect/disconnect/unpair dialog for a paired device/headset. r=arthur
  • Loading branch information
ian-liu committed Mar 11, 2015
2 parents 5844bf6 + 50a3612 commit 4d83e5f
Show file tree
Hide file tree
Showing 17 changed files with 4,615 additions and 123 deletions.
3 changes: 3 additions & 0 deletions apps/bluetooth/js/config/require.js
Expand Up @@ -6,6 +6,9 @@ require.config({
'shared': '../shared/js'
},
shim: {
'shared/async_storage': {
exports: 'asyncStorage'
},
'shared/bluetooth_helper': {
exports: 'BluetoothHelper'
}
Expand Down

0 comments on commit 4d83e5f

Please sign in to comment.