- From: Joseph Pecoraro <joepeck02@gmail.com>
- Date: Wed, 16 Dec 2009 19:20:08 -0500
- To: Nikunj R. Mehta <nikunj.mehta@oracle.com>
- Cc: public-webapps@w3.org
Received on Thursday, 17 December 2009 00:20:46 UTC
>> - 4.2.7. Transaction API
>> http://dev.w3.org/2006/webapi/DataCache/#transaction-interface
>> Extra whitespace for the "oncommitted" event.
>>
>> [[
>> IDL
>> interface CacheTransaction {
>> void getItem(in DOMString uri, ItemCallback callback);
>> void release(in DOMString uri);
>> void commit();
>>
>> // events
>> attribute Function oncommitted;
>> };
>> ]]
>
> This is intentional.
In any case, the leading whitespace is removed in the Editor's draft. Thanks =)
Is there someplace I can go to see the changes made to the draft? Something like diffs/patches made to a repository? It would be extremely useful to track the changes.
- Joe
Received on Thursday, 17 December 2009 00:20:46 UTC