Skip to content

Commit

Permalink
Added warning
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed Jul 4, 2013
1 parent 4e32f2a commit 2f25d1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UserProximityEvent.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ function FakeUserProximitySensor() {}
if (globalObject.UserProximityEvent) {
return;
}
console.warn("User Proximity Events is an unsupported component with an indefinite lifetime. This should be used for evaluation purposes only and should not be used for production level applications.")

var stringify, props, selfRef = this,
callback = null,
Expand Down

0 comments on commit 2f25d1c

Please sign in to comment.