remove no longer needed comments

This commit is contained in:
Connor Turland 2017-03-17 09:32:52 -04:00
parent ed76162b63
commit c8f6374ac8

View file

@ -6,23 +6,6 @@ const CheatSheet = {
$('#cheatSheet').tabs()
$('#quickReference').tabs().addClass('ui-tabs-vertical ui-helper-clearfix')
$('#quickReference .ui-tabs-nav li').removeClass('ui-corner-top').addClass('ui-corner-left')
// // id = the id of a vimeo video
// var switchVideo = function(element, id) {
// $('.tutorialItem').removeClass('active')
// $(element).addClass('active')
// $('#tutorialVideo').attr('src', '//player.vimeo.com/video/' + id)
// }
// $('#gettingStarted').click(function() {
// switchVideo(this,'88334167')
// })
// $('#upYourSkillz').click(function() {
// switchVideo(this,'100118167')
// })
// $('#advancedMapping').click(function() {
// switchVideo(this,'88334167')
// })
}
}