Skip to content

Instantly share code, notes, and snippets.

@hell0again
Created August 21, 2014 04:45
Show Gist options
  • Save hell0again/f9be720ef3cbf13c5520 to your computer and use it in GitHub Desktop.
Save hell0again/f9be720ef3cbf13c5520 to your computer and use it in GitHub Desktop.
はじめにdefineがあった。
`if (typeof define !== 'function') { var define = require('amdefine')(module) } // for node`
define [
], (
) ->
'use strict'
#
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