Code Duplication    Length = 8-9 lines in 2 locations

class.jetpack.php 2 locations

@@ 1169-1176 (lines=8) @@
1166
			);
1167
		}
1168
1169
		if ( ! wp_script_is( 'jquery.spin', 'registered' ) ) {
1170
			wp_register_script(
1171
				'jquery.spin',
1172
				Assets::get_file_url_for_environment( '_inc/build/jquery.spin.min.js', '_inc/jquery.spin.js' ),
1173
				array( 'jquery', 'spin' ),
1174
				'1.3'
1175
			);
1176
		}
1177
1178
		if ( ! wp_script_is( 'jetpack-gallery-settings', 'registered' ) ) {
1179
			wp_register_script(
@@ 1187-1195 (lines=9) @@
1184
			);
1185
		}
1186
1187
		if ( ! wp_script_is( 'jetpack-twitter-timeline', 'registered' ) ) {
1188
			wp_register_script(
1189
				'jetpack-twitter-timeline',
1190
				Assets::get_file_url_for_environment( '_inc/build/twitter-timeline.min.js', '_inc/twitter-timeline.js' ),
1191
				array( 'jquery' ),
1192
				'4.0.0',
1193
				true
1194
			);
1195
		}
1196
1197
		if ( ! wp_script_is( 'jetpack-facebook-embed', 'registered' ) ) {
1198
			wp_register_script(