だから私はバックボーンビューを持っていて、私はこのメソッドを持っています
inscription: function() {
var self = this;
navigator.geolocation.getCurrentPosition(function(position) {
//I need to use self here because the context of this function
//is not my Backbone View
getCurrentPosition コールバックでこれを使用するにはどうすればよいですか?