Changeset 38878
- Timestamp:
- 10/23/2016 03:51:07 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/wp-api.js
r38832 r38878 180 180 if ( ! _.isEmpty( routeEndpoint.args ) ) { 181 181 182 // Set as defaul sif no args yet.182 // Set as default if no args yet. 183 183 if ( _.isEmpty( modelInstance.prototype.args ) ) { 184 184 modelInstance.prototype.args = routeEndpoint.args; … … 197 197 if ( ! _.isEmpty( routeEndpoint.args ) ) { 198 198 199 // Set as defaul sif no defaults yet.199 // Set as default if no defaults yet. 200 200 if ( _.isEmpty( modelInstance.prototype.options ) ) { 201 201 modelInstance.prototype.options = routeEndpoint.args;
Note: See TracChangeset
for help on using the changeset viewer.