#180, clean up
This commit is contained in:
parent
7c65441c8e
commit
575c940655
@ -4,14 +4,7 @@ define(['jquery',
|
||||
function($,_,Backbone) {
|
||||
return Backbone.View.extend({
|
||||
el:'#help-controls', //Check this
|
||||
// helpButtons: {
|
||||
// //TODO: move this into a template
|
||||
// showSource:,
|
||||
// showSolution:,
|
||||
// showPlan:,
|
||||
// showHints:,
|
||||
// restartLesson:
|
||||
// },
|
||||
|
||||
initialize: function (options) {
|
||||
if (!options) {
|
||||
return;
|
||||
@ -21,6 +14,7 @@ function($,_,Backbone) {
|
||||
this.hasSource = options.hasSource;
|
||||
this.hasHints = options.hasHints;
|
||||
},
|
||||
|
||||
render:function(title) {
|
||||
//this.$el.html();
|
||||
// if still showing, hide
|
||||
|
Loading…
x
Reference in New Issue
Block a user