Closed
Bug 1047238
Opened 11 years ago
Closed 11 years ago
NFC: doConnect is not defined in nfc_handover_manager.js
Categories
(Firefox OS Graveyard :: NFC, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1046289
People
(Reporter: allstars.chh, Unassigned)
References
Details
regression from Bug 948823
- doConnect: function doConnect(mac) {
- this.debug('doConnect with: ' + mac);
+ /**
+ * Connects via bluetooth to the paired device.
+ * @param {string} mac MAC addres of the paired device
+ * @memberof NfcHandoverManager.prototype
+ */
+ _doConnect: function _doConnect(mac) {
+ this._debug('doConnect with: ' + mac);
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•