diff options
Diffstat (limited to 'js/components/core/class-uuid.js')
-rwxr-xr-x | js/components/core/class-uuid.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/components/core/class-uuid.js b/js/components/core/class-uuid.js index 9649ea6b..010495e7 100755 --- a/js/components/core/class-uuid.js +++ b/js/components/core/class-uuid.js | |||
@@ -62,7 +62,7 @@ var Montage = require("montage/core/core").Montage, | |||
62 | id[2] = c[(r >>>= 4) & 0xf]; | 62 | id[2] = c[(r >>>= 4) & 0xf]; |
63 | id[3] = c[(r >>>= 4) & 0xf]; | 63 | id[3] = c[(r >>>= 4) & 0xf]; |
64 | id[4] = c[(r >>>= 4) & 0xf]; | 64 | id[4] = c[(r >>>= 4) & 0xf]; |
65 | 65 | ||
66 | return id.join(''); | 66 | return id.join(''); |
67 | } | 67 | } |
68 | } | 68 | } |