#1200 closed task (fixed)
Spelling error in dojo.rpc.YahooService.js
Reported by: | Owned by: | dylan | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | RPC | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Line 27:
this.scrictArgChecks = false;
should be
this.strictArgChecks = false;
I think.
Change History (3)
comment:1 Changed 14 years ago by
Milestone: | → 0.4 |
---|---|
Owner: | changed from Dustin Machi to dylan |
Status: | new → assigned |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
good catch, fixed in [5220]