diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-07-21 13:54:38 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-07-21 13:54:38 -0400 |
| commit | 8148d5c821e0c1bc5bbaf5fd766b57677b23ae8e (patch) | |
| tree | 22e85cf16ebe5cd525ae65ab9836ccc7fadd9fc4 /public/assets/javascripts/mx | |
| parent | c8874c54bc445fa05d37d95e3957de537a8f4b9d (diff) | |
| parent | f34e91ebed4ec05a9c781311093b59aa90f9272d (diff) | |
merge
Diffstat (limited to 'public/assets/javascripts/mx')
| -rw-r--r-- | public/assets/javascripts/mx/primitives/mx.youtube.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/public/assets/javascripts/mx/primitives/mx.youtube.js b/public/assets/javascripts/mx/primitives/mx.youtube.js index 5514359..f7f00aa 100644 --- a/public/assets/javascripts/mx/primitives/mx.youtube.js +++ b/public/assets/javascripts/mx/primitives/mx.youtube.js @@ -48,7 +48,7 @@ MX.Youtube = MX.Object3D.extend({ }.bind(this), 300) } else { - // not sure why i need to wait here.. + // not sure why i need to delay here.. // stopped working until i added the setTimeout setTimeout(function(){ this.build(uid) @@ -132,7 +132,6 @@ MX.Youtube = MX.Object3D.extend({ }, pause: function(){ - console.log(this, bzbz = this.player) this.paused = true this.player.pauseVideo() }, |
