diff options
author | Kris Kowal | 2012-07-06 11:53:10 -0700 |
---|---|---|
committer | Kris Kowal | 2012-07-06 15:01:48 -0700 |
commit | 04343eda8c2f870b0da55cfdc8003c99fe1cc4de (patch) | |
tree | 0a6048889b65bb16ff58822e55bc1346e9eb07bd /js/components/core | |
parent | 648ee61ae84216d0236e0dbc211addc13b2cfa3a (diff) | |
download | ninja-04343eda8c2f870b0da55cfdc8003c99fe1cc4de.tar.gz |
Remove trailing spaces
Diffstat (limited to 'js/components/core')
-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 | } |