From 4696a0d70691a83c3e731d3f16661cfe2233a68d Mon Sep 17 00:00:00 2001
From: Chris Hallberg <crhallberg@gmail.com>
Date: Mon, 17 Nov 2014 14:41:09 -0500
Subject: [PATCH] Moved Zoomy out of vendor to vudl for checkstyles.

---
 themes/bootstrap3/js/{vendor => vudl}/canvas-zoomy.js | 0
 themes/bootstrap3/templates/vudl/record.phtml         | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename themes/bootstrap3/js/{vendor => vudl}/canvas-zoomy.js (100%)

diff --git a/themes/bootstrap3/js/vendor/canvas-zoomy.js b/themes/bootstrap3/js/vudl/canvas-zoomy.js
similarity index 100%
rename from themes/bootstrap3/js/vendor/canvas-zoomy.js
rename to themes/bootstrap3/js/vudl/canvas-zoomy.js
diff --git a/themes/bootstrap3/templates/vudl/record.phtml b/themes/bootstrap3/templates/vudl/record.phtml
index 210fecd47f9..60e7133bc95 100644
--- a/themes/bootstrap3/templates/vudl/record.phtml
+++ b/themes/bootstrap3/templates/vudl/record.phtml
@@ -16,7 +16,7 @@
 
   // HEADER FILES
   $this->headLink()->appendStylesheet('vudl.css');
-  $this->headScript()->appendFile('vendor/canvas-zoomy.js');
+  $this->headScript()->appendFile('vudl/canvas-zoomy.js');
   $this->headScript()->appendFile('vudl/config.js');
   $this->headScript()->appendFile('vudl/record.js');
 
-- 
GitLab