Skip to content

Commit

Permalink
dojox/calc: fix api doc formatting, refs #13101 !strict
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.dojotoolkit.org/src/dojox/trunk@29011 560b804f-0ae3-0310-86f3-f6aa0a117693
  • Loading branch information
wkeese committed Jun 24, 2012
1 parent dd1fde6 commit 2aa5332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions calc/Grapher.js
Original file line number Diff line number Diff line change
Expand Up @@ -389,9 +389,9 @@ define([
// create the points with information about the graph.
// funcToGraph: Function
// A function with one numeric parameter (x or y typically)
// x: String
// x: String
// x and y are Strings which always have the values of "x" or "y". If y="x" and x="y" then it is creating points for the function as though it was a function of y
// y: String
// y: String
// x and y are Strings which always have the values of "x" or "y". If y="x" and x="y" then it is creating points for the function as though it was a function of y
// minX:
// minX, maxX, minY, and maxY are all bounds of the chart. If x="y" then maxY should be the maximum bound of x rather than y
Expand Down

0 comments on commit 2aa5332

Please sign in to comment.