Skip to content

Commit

Permalink
Creating application namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimhs committed Feb 3, 2012
1 parent 3802f83 commit f5be401
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/webapp/app/app.js
@@ -0,0 +1,5 @@
EME = Ember.Application.create({
ready: function() {
this._super();
}
});

0 comments on commit f5be401

Please sign in to comment.