Code Duplication    Length = 8-9 lines in 2 locations

class.jetpack.php 2 locations

@@ 1062-1069 (lines=8) @@
1059
			);
1060
		}
1061
1062
		if ( ! wp_script_is( 'jquery.spin', 'registered' ) ) {
1063
			wp_register_script(
1064
				'jquery.spin',
1065
				Assets::get_file_url_for_environment( '_inc/build/jquery.spin.min.js', '_inc/jquery.spin.js' ),
1066
				array( 'jquery', 'spin' ),
1067
				'1.3'
1068
			);
1069
		}
1070
1071
		if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) ) {
1072
			wp_register_script(
@@ 1080-1088 (lines=9) @@
1077
			);
1078
		}
1079
1080
		if ( ! wp_script_is( 'jetpack-twitter-timeline', 'registered' ) ) {
1081
			wp_register_script(
1082
				'jetpack-twitter-timeline',
1083
				Assets::get_file_url_for_environment( '_inc/build/twitter-timeline.min.js', '_inc/twitter-timeline.js' ),
1084
				array( 'jquery' ),
1085
				'4.0.0',
1086
				true
1087
			);
1088
		}
1089
1090
		if ( ! wp_script_is( 'jetpack-facebook-embed', 'registered' ) ) {
1091
			wp_register_script(