Skip to content

Commit

Permalink
Fix indent typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Sep 25, 2013
1 parent 07ea01b commit 3cc7e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corelib/runtime.js
Expand Up @@ -154,7 +154,7 @@
klass._mod$ = true;
klass.__dep__ = [];

return klass;
return klass;
}

// Boot a base class (makes instances).
Expand Down

0 comments on commit 3cc7e39

Please sign in to comment.