Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
fool2fish committed Feb 27, 2014
1 parent e4cdfb3 commit 37fe13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple/src/example.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
define(function(require, exports, module) {
console.log('I am a log message.')
console.log('I am a log message.')
module.exports = function() {
return 'A simple sample.'
}
Expand Down

0 comments on commit 37fe13e

Please sign in to comment.