Author: ygrego Date: 2015-04-08 08:56:36 +0000 (Wed, 08 Apr 2015) New Revision: 1105 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1105 Log: Affectation of "_searchManager" is done firstly because this one will be useful for instanciation of "result" just after. Modified: oipf/js/impl/model/MetadataSearch.js Modified: oipf/js/impl/model/MetadataSearch.js =================================================================== --- oipf/js/impl/model/MetadataSearch.js 2015-04-08 08:45:08 UTC (rev 1104) +++ oipf/js/impl/model/MetadataSearch.js 2015-04-08 08:56:36 UTC (rev 1105) @@ -130,9 +130,9 @@ searchTarget: null, init: function(searchTarget, searchManager) { + this._searchManager = searchManager; this.result = new SearchResults(this); this.searchTarget = searchTarget; - this._searchManager = searchManager; this._constraints = { channels: [], ratings: []
participants (1)
-
ygregoï¼ users.nuiton.org