Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/meanjs/mean
Browse files Browse the repository at this point in the history
  • Loading branch information
amoshaviv committed Feb 20, 2014
2 parents 311605a + fdeffbf commit 1004a88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/js/config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

// Init the pplication configuration module for AngularJS application
// Init the application configuration module for AngularJS application
var ApplicationConfiguration = (function() {
// Init module configuration options
var applicationModuleName = 'mean';
Expand All @@ -20,4 +20,4 @@ var ApplicationConfiguration = (function() {
applicationModuleVendorDependencies: applicationModuleVendorDependencies,
registerModule: registerModule
};
})();
})();

0 comments on commit 1004a88

Please sign in to comment.