diff options
author | John McLear <john@mclear.co.uk> | 2013-02-18 18:59:53 +0000 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2013-02-18 18:59:53 +0000 |
commit | 7fcc71710fc2491d4d439c2730b6991e98b3250e (patch) | |
tree | 233ae5d95f49fa6c4146613a20c5f1dfd89fd52a /src/static | |
parent | 75fd27998e818b64942fd62f332082af742b4206 (diff) | |
download | etherpad-lite-7fcc71710fc2491d4d439c2730b6991e98b3250e.zip |
dont exposrt sendSocketMs
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/js/timeslider.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/static/js/timeslider.js b/src/static/js/timeslider.js index 0e26699b..acf1b039 100644 --- a/src/static/js/timeslider.js +++ b/src/static/js/timeslider.js @@ -164,4 +164,3 @@ function handleClientVars(message) exports.baseURL = ''; exports.init = init; -exports.sendSocketMsg = sendSocketMsg; |