ok i think everthing is wroking

This commit is contained in:
Peter Cottle 2015-04-20 17:12:54 +10:00
parent f048f99e7f
commit 57a1905e7d
5 changed files with 8 additions and 8 deletions

View file

@ -107,7 +107,7 @@ var MarkdownGrabber = ContainedBase.extend({
getRawText: function() {
return this.$('textarea').val();
}.bind(this),
},
exportToArray: function() {
return this.getRawText().split('\n');
@ -163,7 +163,7 @@ var MarkdownPresenter = ContainedBase.extend({
grabText: function() {
return this.$('textarea').val();
}.bind(this)
}
});
var DemonstrationBuilder = ContainedBase.extend({
@ -243,7 +243,7 @@ var DemonstrationBuilder = ContainedBase.extend({
options: this.getExportObj()
}]
});
}.bind(this),
},
getExportObj: function() {
return {