Code Duplication    Length = 8-9 lines in 2 locations

class.jetpack.php 2 locations

@@ 1069-1076 (lines=8) @@
1066
			);
1067
		}
1068
1069
		if ( ! wp_script_is( 'jquery.spin', 'registered' ) ) {
1070
			wp_register_script(
1071
				'jquery.spin',
1072
				Assets::get_file_url_for_environment( '_inc/build/jquery.spin.min.js', '_inc/jquery.spin.js' ),
1073
				array( 'jquery', 'spin' ),
1074
				'1.3'
1075
			);
1076
		}
1077
1078
		if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) ) {
1079
			wp_register_script(
@@ 1087-1095 (lines=9) @@
1084
			);
1085
		}
1086
1087
		if ( ! wp_script_is( 'jetpack-twitter-timeline', 'registered' ) ) {
1088
			wp_register_script(
1089
				'jetpack-twitter-timeline',
1090
				Assets::get_file_url_for_environment( '_inc/build/twitter-timeline.min.js', '_inc/twitter-timeline.js' ),
1091
				array( 'jquery' ),
1092
				'4.0.0',
1093
				true
1094
			);
1095
		}
1096
1097
		if ( ! wp_script_is( 'jetpack-facebook-embed', 'registered' ) ) {
1098
			wp_register_script(