mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-03-17 06:20:24 +00:00
Change case type to match other comments
Changed line 289 to lowercase to match other comments
This commit is contained in:
parent
3336c625a7
commit
722b87e4c0
1 changed files with 1 additions and 1 deletions
2
build.js
2
build.js
|
|
@ -286,7 +286,7 @@ else if (buildSh) {
|
|||
minFilesStr + ' >> ' + path + '\n')
|
||||
}
|
||||
else {
|
||||
// Change the current working directory
|
||||
// change the current working directory
|
||||
process.chdir(distributionPath);
|
||||
|
||||
appendFileContents(filesToInclude, function() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue