Changeset 2197 for sites/trunk/global.wordpress.org/public_html/wp-content/mu-plugins/roles/js/rosetta-roles.js
- Timestamp:
- 12/17/2015 12:32:48 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/global.wordpress.org/public_html/wp-content/mu-plugins/roles/js/rosetta-roles.js
r2037 r2197 89 89 90 90 initialize: function() { 91 this.set( 'checked', _.contains( projects.settings.accessList, parseInt( this.get( 'id' ), 10) ) );91 this.set( 'checked', _.contains( projects.settings.accessList, this.get( 'id' ) ) ); 92 92 } 93 93 });
Note: See TracChangeset
for help on using the changeset viewer.