Author: ygrego Date: 2015-04-03 12:32:15 +0000 (Fri, 03 Apr 2015) New Revision: 1071 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1071 Log: The property "_constraints" will be instanciate when constructor will be call. Modified: oipf/js/impl/model/MetadataSearch.js Modified: oipf/js/impl/model/MetadataSearch.js =================================================================== --- oipf/js/impl/model/MetadataSearch.js 2015-04-03 12:11:23 UTC (rev 1070) +++ oipf/js/impl/model/MetadataSearch.js 2015-04-03 12:32:15 UTC (rev 1071) @@ -132,6 +132,7 @@ init: function(searchTarget, searchManager) { this.searchTarget = searchTarget; this._searchManager = searchManager; + this._constraints = {}; }, /*