#180, clean up
This commit is contained in:
parent
7c65441c8e
commit
575c940655
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user