|
@@ 147-149 (lines=3) @@
|
| 144 |
|
wp_register_script( 'mustache', $this->wpcom_static_url( '/wp-content/js/mustache.js' ), null, JETPACK_NOTES__CACHE_BUSTER ); |
| 145 |
|
} |
| 146 |
|
$script_handles[] = 'mustache'; |
| 147 |
|
if ( !wp_script_is( 'underscore', 'registered' ) ) { |
| 148 |
|
wp_register_script( 'underscore', $this->wpcom_static_url( '/wp-includes/js/underscore.min.js' ), null, JETPACK_NOTES__CACHE_BUSTER ); |
| 149 |
|
} |
| 150 |
|
$script_handles[] = 'underscore'; |
| 151 |
|
if ( !wp_script_is( 'backbone', 'registered' ) ) { |
| 152 |
|
wp_register_script( 'backbone', $this->wpcom_static_url( '/wp-includes/js/backbone.min.js' ), array( 'underscore' ), JETPACK_NOTES__CACHE_BUSTER ); |
|
@@ 151-153 (lines=3) @@
|
| 148 |
|
wp_register_script( 'underscore', $this->wpcom_static_url( '/wp-includes/js/underscore.min.js' ), null, JETPACK_NOTES__CACHE_BUSTER ); |
| 149 |
|
} |
| 150 |
|
$script_handles[] = 'underscore'; |
| 151 |
|
if ( !wp_script_is( 'backbone', 'registered' ) ) { |
| 152 |
|
wp_register_script( 'backbone', $this->wpcom_static_url( '/wp-includes/js/backbone.min.js' ), array( 'underscore' ), JETPACK_NOTES__CACHE_BUSTER ); |
| 153 |
|
} |
| 154 |
|
$script_handles[] = 'backbone'; |
| 155 |
|
|
| 156 |
|
wp_register_script( 'wpcom-notes-common', $this->wpcom_static_url( '/wp-content/mu-plugins/notes/notes-common-v2.js' ), array( 'jquery', 'underscore', 'backbone', 'mustache' ), JETPACK_NOTES__CACHE_BUSTER ); |