Changes between Version 7 and Version 8 of Ticket #11909
- Timestamp:
- Jun 12, 2014, 2:11:36 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11909 – Description
v7 v8 26 26 }); 27 27 editor.on('afterSetData', function(){ 28 console.log('After setData before reset:'+editor.checkDirty());28 console.log('After setData before reset:'+editor.checkDirty()); 29 29 editor.resetDirty(); 30 30 console.log('After setData after reset:'+editor.checkDirty());