wp/wp-includes/js/wp-api.js
changeset 21 48c4eec2b7e6
parent 18 be944660c56a
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
     5 (function( window, undefined ) {
     5 (function( window, undefined ) {
     6 
     6 
     7 	'use strict';
     7 	'use strict';
     8 
     8 
     9 	/**
     9 	/**
    10 	 * Initialise the WP_API.
    10 	 * Initialize the WP_API.
    11 	 */
    11 	 */
    12 	function WP_API() {
    12 	function WP_API() {
    13 		/** @namespace wp.api.models */
    13 		/** @namespace wp.api.models */
    14 		this.models = {};
    14 		this.models = {};
    15 		/** @namespace wp.api.collections */
    15 		/** @namespace wp.api.collections */