getoutreach / epf

A framework for keeping your Ember.js apps in sync.
http://epf.io
MIT License
368 stars 33 forks source link

Duplicate require in main index.js #12

Closed dsawardekar closed 11 years ago

dsawardekar commented 11 years ago

While looking around the source, I noticed there are 2 identical require('./session') calls in index.js

I'm curious if this a typo?

ghempton commented 11 years ago

This is definitely a typo, nice catch. PRs welcome :)

ghempton commented 11 years ago

Fixed by your PR.