Project updated to VS2013

This commit is contained in:
Gary Sharp
2015-02-02 18:43:01 +11:00
parent 76318d8d00
commit a7b3f045d6
137 changed files with 1002 additions and 155 deletions
@@ -1,3 +1,4 @@
///#source 1 1 Disco-AttachmentUploader/webcam.js
// WebcamJS v1.0
// Webcam library for capturing JPEG/PNG images in JavaScript
// Attempts getUserMedia, falls back to Flash
@@ -397,6 +398,7 @@ var Webcam = {
Webcam.init();
///#source 1 1 Disco-AttachmentUploader/disco-attachmentuploader.js
/// <reference path="webcam.js" />
; (function (window, document, $, Webcam) {