Skip to content

Commit

Permalink
Splitting adapter.js from GoogleChrome/webrtc repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
andresusanopinto committed Feb 4, 2015
1 parent 77e8a2f commit 81835d2
Show file tree
Hide file tree
Showing 212 changed files with 12 additions and 31,813 deletions.
11 changes: 0 additions & 11 deletions .gitignore

This file was deleted.

7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 1,10 @@
language: node_js
node_js:
- 0.10

install:
- npm install -g jshint jscs

script:
- jshint *.js
- jscs --preset google *.js
181 changes: 0 additions & 181 deletions Gruntfile.js

This file was deleted.

6 changes: 4 additions & 2 deletions samples/web/js/adapter.js → adapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 7,12 @@
*/

/* More information about these options at jshint.com/docs/options */
/* jshint browser: true, camelcase: true, curly: true, devel: true,
eqeqeq: true, forin: false, globalstrict: true, quotmark: single,
undef: true, unused: strict */
/* global mozRTCIceCandidate, mozRTCPeerConnection,
mozRTCSessionDescription, webkitRTCPeerConnection */
mozRTCSessionDescription, webkitRTCPeerConnection, MediaStreamTrack */
/* exported trace,requestUserMedia */

'use strict';

var RTCPeerConnection = null;
Expand Down
16 changes: 1 addition & 15 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 23,5 @@
"Chromium",
"Firefox"
],
"license": "BSD-3-Clause",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"Gruntfile.js",
"index.html",
"package.json",
"samples/web/content",
"samples/web/css",
"samples/web/js/lib",
"samples/web/js/videopipe.js"
]
"license": "BSD-3-Clause"
}
117 changes: 0 additions & 117 deletions grunt-chrome-build/grunt-chrome-build.js

This file was deleted.

Binary file removed images/webrtc-icon-192x192.png
Binary file not shown.
Loading

0 comments on commit 81835d2

Please sign in to comment.