diff options
-rw-r--r-- | js/io/utils/file-utils.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/js/io/utils/file-utils.js b/js/io/utils/file-utils.js index 0a4d9687..784ecf59 100644 --- a/js/io/utils/file-utils.js +++ b/js/io/utils/file-utils.js | |||
@@ -4,7 +4,10 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
4 | (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. | 4 | (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. |
5 | </copyright> */ | 5 | </copyright> */ |
6 | 6 | ||
7 | var FileUtils = exports.FileUtils = Object.create(Object.prototype, { | 7 | var Montage = require("montage/core/core").Montage, |
8 | Component = require("montage/ui/component").Component; | ||
9 | |||
10 | var FileUtils = exports.FileUtils = Montage.create(Component, { | ||
8 | 11 | ||
9 | /*** | 12 | /*** |
10 | * checks for valid uri pattern | 13 | * checks for valid uri pattern |