Completed
Push — trunk ( 65b23a...af6851 )
by Justin
16:40
created
includes/CMB2_JS.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -1,13 +1,13 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Handles the dependencies and enqueueing of the CMB2 JS scripts
4
- *
5
- * @category  WordPress_Plugin
6
- * @package   CMB2
7
- * @author    WebDevStudios
8
- * @license   GPL-2.0+
9
- * @link      http://webdevstudios.com
10
- */
3
+	 * Handles the dependencies and enqueueing of the CMB2 JS scripts
4
+	 *
5
+	 * @category  WordPress_Plugin
6
+	 * @package   CMB2
7
+	 * @author    WebDevStudios
8
+	 * @license   GPL-2.0+
9
+	 * @link      http://webdevstudios.com
10
+	 */
11 11
 class CMB2_JS {
12 12
 
13 13
 	/**
Please login to merge, or discard this patch.