update docs

This commit is contained in:
Mads Rasmussen
2017-10-27 10:10:34 +02:00
parent 66e40fcbb0
commit 584e47f51f

View File

@@ -126,6 +126,15 @@
currentTour = null;
}
/**
* @ngdoc method
* @name umbraco.services.tourService#getCurrentTour
* @methodOf umbraco.services.tourService
*
* @description
* Returns the current tour
* @returns {Array} Returns the current tour
*/
function getCurrentTour() {
return currentTour;
}