1 /*jslint 2 browser: true, 3 nomen: false, 4 debug: true, 5 forin: true, 6 undef: true, 7 white: false, 8 onevar: false 9 */ 10 var sc; 11 12 13 /** 14 * Stub 15 * @platformstub 16 * @member sc.helpers 17 */ 18 sc.helpers.getCurrentLocation = function() { 19 20 };