Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Type fixed on the return description
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMalbran committed Jul 17, 2013
1 parent 137aef5 commit 4d3d6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/project/ProjectManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@ define(function (require, exports, module) {
* dialog and return false. If no illegal characters are found, return true.
* @param {string} filename
* @param {boolean} isFolder
* @return {boolean} True if the filename has illegal characters
* @return {boolean} Returns true if no illegal characters are found
*/
function _checkForValidFilename(filename, isFolder) {
// Validate file name
Expand Down

0 comments on commit 4d3d6ce

Please sign in to comment.