Created
August 21, 2014 04:45
-
-
Save hell0again/f9be720ef3cbf13c5520 to your computer and use it in GitHub Desktop.
はじめにdefineがあった。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
`if (typeof define !== 'function') { var define = require('amdefine')(module) } // for node` | |
define [ | |
], ( | |
) -> | |
'use strict' | |
# | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (typeof define !== 'function') { var define = require('amdefine')(module) } // for node | |
define([ | |
], function( | |
) { | |
'use strict' | |
// | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment