Files
meanTorrent/modules/users/client/users.client.module.js
Christian Berendt 4879a8ea2a Remove executable bit when not necessary
The executable bit is set for a lot of files where it is not necessary
to have the executable bit set. This PR removes the executable bit from
those files.
2015-02-16 14:19:56 +01:00

5 lines
129 B
JavaScript

'use strict';
// Use Applicaion configuration module to register a new module
ApplicationConfiguration.registerModule('users');