Changes between Version 9 and Version 10 of AnotherPluginDevelopmentGuide


Ignore:
Timestamp:
17.09.2012 16:04:23 (12 years ago)
Author:
dgf
Comment:

fix topic scope

Legend:

Unmodified
Added
Removed
Modified
  • AnotherPluginDevelopmentGuide

    v9 v10  
    340340    // calls the alternative REST creation method with customized JSON format 
    341341    function createAnotherExample() { 
    342         var name = prompt('Example name', 'Another Example') 
     342        var name = prompt('Example name', 'Another Example'), 
    343343            topic = dm4c.restc.request('POST', '/example/create', { name: name }) 
    344344        dm4c.show_topic(new Topic(topic), 'show', null, true)