Code Duplication    Length = 8-9 lines in 2 locations

class.jetpack.php 2 locations

@@ 1044-1051 (lines=8) @@
1041
			);
1042
		}
1043
1044
		if ( ! wp_script_is( 'jquery.spin', 'registered' ) ) {
1045
			wp_register_script(
1046
				'jquery.spin',
1047
				Assets::get_file_url_for_environment( '_inc/build/jquery.spin.min.js', '_inc/jquery.spin.js' ),
1048
				array( 'jquery', 'spin' ),
1049
				'1.3'
1050
			);
1051
		}
1052
1053
		if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) ) {
1054
			wp_register_script(
@@ 1062-1070 (lines=9) @@
1059
			);
1060
		}
1061
1062
		if ( ! wp_script_is( 'jetpack-twitter-timeline', 'registered' ) ) {
1063
			wp_register_script(
1064
				'jetpack-twitter-timeline',
1065
				Assets::get_file_url_for_environment( '_inc/build/twitter-timeline.min.js', '_inc/twitter-timeline.js' ),
1066
				array( 'jquery' ),
1067
				'4.0.0',
1068
				true
1069
			);
1070
		}
1071
1072
		if ( ! wp_script_is( 'jetpack-facebook-embed', 'registered' ) ) {
1073
			wp_register_script(