Skip to content
Snippets Groups Projects
Commit b690c19d authored by Bryce Johnson's avatar Bryce Johnson
Browse files

Use parentheses in IFFE's as per AirBnb styleguide.

parent 4ae2a302
No related branches found
No related tags found
No related merge requests found
(global => {
((global) => {
class Profile {
constructor(opts = {}) {
this.onSubmitForm = this.onSubmitForm.bind(this);
Loading
Loading
(global => {
((global) => {
 
const KEYCODE = {
ESCAPE: 27,
Loading
Loading
(global => {
((global) => {
 
class Todos {
constructor(opts = {}) {
Loading
Loading
(global => {
((global) => {
global.User = class {
constructor(opts) {
this.opts = opts;
Loading
Loading
Loading
Loading
@@ -57,7 +57,7 @@ content on the Users#show page.
</div>
</div>
*/
(global => {
((global) => {
class UserTabs {
constructor (opts) {
this.loaded = {};
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment