-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change comment and add copyright to minfile
- Loading branch information
释然
committed
Feb 5, 2015
1 parent
25187e0
commit cb92612
Showing
6 changed files
with
14 additions
and
23 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,4 @@ | ||
/* | ||
Copyright 2014, [email protected] | ||
MIT Licensed | ||
build time: Thu, 16 Oct 2014 04:33:51 GMT | ||
*/ | ||
//! Copyright 2015, [email protected] MIT Licensed, build time: Thu, 05 Feb 2015 06:07:25 GMT | ||
modulex.add("event-custom", ["modulex-event-base","modulex-util"], function(require, exports, module) { | ||
var modulexEventBase = require("modulex-event-base"); | ||
var modulexUtil = require("modulex-util"); | ||
|
@@ -277,7 +273,7 @@ eventCustom = function (exports) { | |
var Target = eventCustomTarget; | ||
var util = modulexUtil; | ||
exports = { | ||
version: '1.0.1', | ||
version: '1.0.2', | ||
Target: Target, | ||
Object: eventCustomObject, | ||
global: util.mix({}, Target) | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
/* | ||
Copyright 2014, [email protected] | ||
MIT Licensed | ||
build time: Thu, 16 Oct 2014 04:33:51 GMT | ||
*/ | ||
//! Copyright 2015, [email protected] MIT Licensed, build time: Thu, 05 Feb 2015 06:07:25 GMT | ||
modulex.config("requires",{"event-custom":["modulex-util","modulex-event-base"]}); |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
/* | ||
Copyright 2014, [email protected] | ||
MIT Licensed | ||
build time: Thu, 16 Oct 2014 04:33:51 GMT | ||
*/ | ||
//! Copyright 2015, [email protected] MIT Licensed, build time: Thu, 05 Feb 2015 06:07:25 GMT | ||
{"event-custom":["modulex-util","modulex-event-base"]} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "modulex-event-custom", | ||
"name": "kissy-event-custom", | ||
"version": "1.0.2", | ||
"author": "yiminghe <[email protected]>", | ||
"engines": { | ||
|