Navigation Menu

Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeuckm committed Jun 15, 2014
1 parent a94fc8a commit bde7c6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/app.js
Expand Up @@ -52,9 +52,9 @@ addListeners();



function toggleMonitoring() {
function toggleMonitoring(monitor) {

if ($.monitoringSwitch.value) {
if (monitor) {
TiBeacons.startMonitoringForRegion({
uuid : "00000000-0000-0000-0000-000000000000",
identifier : "Test Region 1"
Expand Down

0 comments on commit bde7c6a

Please sign in to comment.