Elgg  Version 1.11
ElggEntity.js
Go to the documentation of this file.
1 
16 elgg.ElggEntity = function(o) {
17  $.extend(this, o);
18 };
elgg
Definition: install.js:23