This commit is contained in:
Jason White 2016-02-18 21:26:32 -05:00
parent 7c65441c8e
commit 575c940655

View File

@ -4,14 +4,7 @@ define(['jquery',
function($,_,Backbone) { function($,_,Backbone) {
return Backbone.View.extend({ return Backbone.View.extend({
el:'#help-controls', //Check this el:'#help-controls', //Check this
// helpButtons: {
// //TODO: move this into a template
// showSource:,
// showSolution:,
// showPlan:,
// showHints:,
// restartLesson:
// },
initialize: function (options) { initialize: function (options) {
if (!options) { if (!options) {
return; return;
@ -21,6 +14,7 @@ function($,_,Backbone) {
this.hasSource = options.hasSource; this.hasSource = options.hasSource;
this.hasHints = options.hasHints; this.hasHints = options.hasHints;
}, },
render:function(title) { render:function(title) {
//this.$el.html(); //this.$el.html();
// if still showing, hide // if still showing, hide