Skip to content

Commit

Permalink
v.1.0.1 (typo fixes)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikos M committed May 14, 2016
1 parent 41fc667 commit b47a774
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/RT.WebSocket.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var PROTO = 'prototype', HAS = 'hasOwnProperty', toString = Object[PROTO].toStri

function load( path, ws_impl, cb )
{
var scripts = document.getElementsByTagName('scripts'),
var scripts = document.getElementsByTagName('script'),
this_script = scripts[scripts.length-1],
base = this_script.src.split('/').slice(0,-1).join('/'),
script_swf, script_ws,
Expand Down
2 changes: 1 addition & 1 deletion src/RT.WebSocket.min.js

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

0 comments on commit b47a774

Please sign in to comment.