Skip to content

Commit a3dab76

Browse files
committed
Tests: Fix docs regarding url options
The "raw" option wasn't documented and the "dev" option uses the built file.
1 parent a15dd08 commit a3dab76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/testinit.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ TestManager = {
33
/*
44
* Load a version of a file based on URL parameters.
55
*
6-
* dev Uncompressed development version: source files in the project /src dir
6+
* dev Uncompressed development version: source files in the project /dist dir
7+
* raw Non-combined dev version: source files from the project /src dir
78
* min Minified version in the project /dist dir
89
* VER Version from code.jquery.com, e.g.: git, 1.8.2.min or 1.7rc1
910
* else Full or relative path to be used for script src

0 commit comments

Comments
 (0)