diff options
author | Stefan Bolte <sbolte@lavabit.com> | 2013-05-15 14:36:56 +0200 |
---|---|---|
committer | Stefan Bolte <sbolte@lavabit.com> | 2013-05-15 14:36:56 +0200 |
commit | 7c6a339746a6dfaddf88c3fb7d29fbf14eb114a6 (patch) | |
tree | deabe19189bc9d57a0a33686af040cff0e8f3eeb | |
parent | 2c26669604862fe90a97181b5949e1372b482dd7 (diff) | |
parent | b578261e303d838a62b6136418ae1f1ce780b26e (diff) | |
download | dwb-7c6a339746a6dfaddf88c3fb7d29fbf14eb114a6.zip |
Merge branch 'master' of bitbucket.org:portix/dwb
-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 |