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

iBeacon: delete args check on "createBeaconRegion" #1422

Open
wants to merge 1 commit into
base: dev-next
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/plugins/beacon.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ angular.module('ngCordova.plugins.beacon', [])
callbackDidChangeAuthorizationStatus = callback;
},
createBeaconRegion: function (identifier, uuid, major, minor, notifyEntryStateOnDisplay) {
major = major || undefined;
minor = minor || undefined;

return new $window.cordova.plugins.locationManager.BeaconRegion(
identifier,
uuid,
Expand Down