Code Duplication    Length = 8-9 lines in 2 locations

class.jetpack.php 2 locations

@@ 1079-1086 (lines=8) @@
1076
			);
1077
		}
1078
1079
		if ( ! wp_script_is( 'jquery.spin', 'registered' ) ) {
1080
			wp_register_script(
1081
				'jquery.spin',
1082
				Assets::get_file_url_for_environment( '_inc/build/jquery.spin.min.js', '_inc/jquery.spin.js' ),
1083
				array( 'jquery', 'spin' ),
1084
				'1.3'
1085
			);
1086
		}
1087
1088
		if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) ) {
1089
			wp_register_script(
@@ 1097-1105 (lines=9) @@
1094
			);
1095
		}
1096
1097
		if ( ! wp_script_is( 'jetpack-twitter-timeline', 'registered' ) ) {
1098
			wp_register_script(
1099
				'jetpack-twitter-timeline',
1100
				Assets::get_file_url_for_environment( '_inc/build/twitter-timeline.min.js', '_inc/twitter-timeline.js' ),
1101
				array( 'jquery' ),
1102
				'4.0.0',
1103
				true
1104
			);
1105
		}
1106
1107
		if ( ! wp_script_is( 'jetpack-facebook-embed', 'registered' ) ) {
1108
			wp_register_script(