mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-15 10:52:30 +02:00
changed et2_core_inheritance.js to implement ClassWithAttributes extending Class from egw_inheritance and changed et2 objects to use ClassWithAttributes when required (also fixed lots of IDE warnings / added docu)
This commit is contained in:
@ -22,6 +22,7 @@
|
||||
<script src="../../../phpgwapi/js/jsapi/egw_css.js"></script>
|
||||
<script src="../../../phpgwapi/js/jsapi/egw_debug.js"></script>
|
||||
|
||||
<script src="../../../phpgwapi/js/jsapi/egw_inheritance.js"></script>
|
||||
<script src="../et2_core_inheritance.js"></script>
|
||||
<script src="../et2_core_interfaces.js"></script>
|
||||
<script src="../et2_core_common.js"></script>
|
||||
@ -98,7 +99,7 @@
|
||||
data[i] = "uid_" + i;
|
||||
}
|
||||
|
||||
var dataprovider = Class.extend(et2_IDataProvider, {
|
||||
var dataprovider = ClassWithAttributes.extend(et2_IDataProvider, {
|
||||
|
||||
dataFetch: function (_queriedRange, _callback, _context) {
|
||||
var response = {
|
||||
|
Reference in New Issue
Block a user