function takePrev()

in content/assets/javascript/init.js [151:153]


	function takePrev($word) {
		return (!$word.is(':first-child')) ? $word.prev() : $word.parent().children().last();
	}