Skip to content

Commit

Permalink
Merge pull request #28 from jfederico/master
Browse files Browse the repository at this point in the history
Fix for issue #22
  • Loading branch information
jfederico authored Feb 25, 2018
2 parents 9fb27e1 + f3e422b commit 97ee9a7
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ Y.namespace('M.atto_recordrtc').Button = Y.Base.create('button', Y.M.editor_atto
_audio: function() {
var dialogue = this.getDialogue();

dialogue.set('height', 400);
dialogue.set('headerContent', M.util.get_string('audiortc', 'atto_recordrtc'));
dialogue.set('bodyContent', this._createContent('audio'));

Expand All @@ -197,7 +196,6 @@ Y.namespace('M.atto_recordrtc').Button = Y.Base.create('button', Y.M.editor_atto
_video: function() {
var dialogue = this.getDialogue();

dialogue.set('height', 850);
dialogue.set('headerContent', M.util.get_string('videortc', 'atto_recordrtc'));
dialogue.set('bodyContent', this._createContent('video'));

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ Y.namespace('M.atto_recordrtc').Button = Y.Base.create('button', Y.M.editor_atto
_audio: function() {
var dialogue = this.getDialogue();

dialogue.set('height', 400);
dialogue.set('headerContent', M.util.get_string('audiortc', 'atto_recordrtc'));
dialogue.set('bodyContent', this._createContent('audio'));

Expand All @@ -197,7 +196,6 @@ Y.namespace('M.atto_recordrtc').Button = Y.Base.create('button', Y.M.editor_atto
_video: function() {
var dialogue = this.getDialogue();

dialogue.set('height', 850);
dialogue.set('headerContent', M.util.get_string('videortc', 'atto_recordrtc'));
dialogue.set('bodyContent', this._createContent('video'));

Expand Down
2 changes: 0 additions & 2 deletions yui/src/button/js/button.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ Y.namespace('M.atto_recordrtc').Button = Y.Base.create('button', Y.M.editor_atto
_audio: function() {
var dialogue = this.getDialogue();

dialogue.set('height', 400);
dialogue.set('headerContent', M.util.get_string('audiortc', 'atto_recordrtc'));
dialogue.set('bodyContent', this._createContent('audio'));

Expand All @@ -195,7 +194,6 @@ Y.namespace('M.atto_recordrtc').Button = Y.Base.create('button', Y.M.editor_atto
_video: function() {
var dialogue = this.getDialogue();

dialogue.set('height', 850);
dialogue.set('headerContent', M.util.get_string('videortc', 'atto_recordrtc'));
dialogue.set('bodyContent', this._createContent('video'));

Expand Down

0 comments on commit 97ee9a7

Please sign in to comment.