diff options
author | portix <portix@gmx.net> | 2013-05-15 03:18:26 +0200 |
---|---|---|
committer | portix <portix@gmx.net> | 2013-05-15 03:18:26 +0200 |
commit | b578261e303d838a62b6136418ae1f1ce780b26e (patch) | |
tree | dadcdab31c6b07f7fccc8d5f8eca828e5014fbe3 | |
parent | e4f70c2dca7a7b2ee890c8b77a52be3efd5ebfcf (diff) | |
download | dwb-b578261e303d838a62b6136418ae1f1ce780b26e.zip |
Fixing script.include description
-rw-r--r-- | scripts/lib/dwb.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/lib/dwb.js b/scripts/lib/dwb.js index eae5bdf8..56bb81d6 100644 --- a/scripts/lib/dwb.js +++ b/scripts/lib/dwb.js @@ -507,8 +507,8 @@ }, /** * Includes a script, same as {@link include} but - * the path must be relative to including script - * path. + * the path must be relative to the including + * script's path. * * @name include * @memberOf script |