Skip to content

Commit

Permalink
Typo fix, language clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
scottschiller committed Feb 1, 2014
1 parent cfc1e23 commit e919411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/soundmanager2.js
Expand Up @@ -36,8 +36,8 @@

if (!window || !window.document) {

// SM2 expects to be running in a browser, not under node.js etc.
// if a browser somehow has fails this test when it runs, as Egon said: "it would be bad."
// Don't cross the [environment] streams. SM2 expects to be running in a browser, not under node.js etc.
// Additionally, if a browser somehow manages to fail this test, as Egon said: "It would be bad."

throw new Error('SoundManager requires a browser with window and document objects.');

Expand Down

0 comments on commit e919411

Please sign in to comment.