Completed
Pull Request — master (#2466)
by
unknown
46s
created
classes/controllers/FrmWelcomeTourController.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -196,7 +196,7 @@
 block discarded – undo
196 196
 	 *
197 197
 	 * @return array
198 198
 	 */
199
-	private static function get_js_variables() {		
199
+	private static function get_js_variables() {
200 200
 		return array(
201 201
 			'IS_WELCOME_TOUR_SEEN' => ! self::is_welcome_tour_not_seen(),
202 202
 			'i18n'                 => array(),
Please login to merge, or discard this patch.