-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This is however a major change. The old version would just append the module to the global `window`. Now it is refactored to actually append the module on `window.module`. Also the `ClassFactory` got renamed to `clazz` to represent the module exposure name. The nodejs version will use the commonjs `require` to include modules.
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "enofjs", | ||
"description": "Enhancing javascript", | ||
"author": "EnoF <[email protected]> (http://enof.github.io/EnoFJS", | ||
"version": "1.3.0", | ||
"version": "2.0.0", | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"grunt": "^0.4", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// EnoFJS | ||
// Version: 1.3.0 | ||
// Version: 2.0.0 | ||
// | ||
// Copyright (c) 2014. | ||
// | ||
|