Initial commit
This commit is contained in:
7
scripts/app/Messages.js
Normal file
7
scripts/app/Messages.js
Normal file
@@ -0,0 +1,7 @@
|
||||
define(function() {
|
||||
return {
|
||||
getMessage: function() {
|
||||
return 'Hello World';
|
||||
}
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user