Skip to content

Commit

Permalink
Resolving conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Feb 6, 2012
2 parents 7d67953 + a7cbde3 commit 0b003b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.DS_Store
dist/
*.sublime-*
dist/
Empty file added app/public/css/style.css
Empty file.
3 changes: 1 addition & 2 deletions lib/platoon.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/*! platoon - v0.1.0 - 2/5/2012
* https://github.com/rwldrn/platoon
* Copyright (c) 2012 Rick Waldron <waldron.rick@gmail.com>; Licensed MIT */

(function( exports ) {

var // Localize navigator for use within getUserMedia
Expand Down Expand Up @@ -186,4 +185,4 @@ var // Localize navigator for use within getUserMedia
exports.Platoon = Platoon;
exports.Unit = Unit;

} ( typeof exports === "object" && exports || this ) );
} ( typeof exports === "object" && exports || this ) );

0 comments on commit 0b003b9

Please sign in to comment.