mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-06 19:14:41 +02:00
ok i think everthing is wroking
This commit is contained in:
parent
f048f99e7f
commit
57a1905e7d
5 changed files with 8 additions and 8 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue