Skip to content

Commit

Permalink
fix getElementById ref
Browse files Browse the repository at this point in the history
  • Loading branch information
artgibson committed Nov 21, 2013
1 parent 0930a39 commit ccc3edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SPEC.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Client
It's helpful to have a quick example of the JavaScript before moving forward.

// Play the video
document.getElementByID('#iframe').contentWindow.postMessage(
document.getElementById('#iframe').contentWindow.postMessage(
JSON.stringify({
method: 'play'
})
Expand Down

0 comments on commit ccc3edf

Please sign in to comment.