Ticket #2673 (closed defect: fixed)

Opened 16 months ago

Last modified 16 months ago

docparser issues with dojo.declare

Reported by: robert.coup@… Owned by: pottedmeat
Priority: normal Milestone:
Component: Parser Version: 0.4.1
Severity: normal Keywords:
Cc:

Description

dojo.declare causes two issues with the docparser:

  • declarations with no ancestor (dojo.declare("my.new.class", null, { ... });) are not picked up.
  • in the body, methods declared myMethod : function(a,b,c) { ... } are not picked up due to odd whitespace-matching around the ":"

Change History

Changed 16 months ago by pottedmeat

  • status changed from new to closed
  • resolution set to fixed

(In [7844]) Fixes #2673. Changed a regex and a dojo.declare permutation

Note: See TracTickets for help on using tickets.