Skip to content

Commit

Permalink
#30 Make EnoFJS requirejs compatible
Browse files Browse the repository at this point in the history
- global polution is cleaned up
  • Loading branch information
EnoF committed Oct 3, 2014
1 parent 77532a9 commit 4860025
Show file tree
Hide file tree
Showing 25 changed files with 132 additions and 61 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// EnoFJS
// Version: 3.0.0
// Version: 3.1.0
//
// Copyright (c) 2014.
//
Expand Down
59 changes: 31 additions & 28 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,33 @@
{
"name": "enofjs",
"version": "3.0.0",
"main": "src/enofjs",
"devDependencies": {
"jasmine": "^2.0"
},
"homepage": "http://enof.github.io/EnoFJS/",
"authors": [
"(Andy Tang)"
],
"description": "Enhancing javascript",
"keywords": [
"enof",
"enofjs",
"inheritance",
"linkedHashMap",
"protected",
"super",
"whereIt"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
"name": "enofjs",
"version": "3.1.0",
"main": "src/enofjs",
"devDependencies": {
"jasmine": "^2.0"
},
"homepage": "http://enof.github.io/EnoFJS/",
"authors": [
"(Andy Tang)"
],
"description": "Enhancing javascript",
"keywords": [
"enof",
"enofjs",
"inheritance",
"linkedHashMap",
"protected",
"super",
"whereIt"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"requirejs": "~2.1.15"
}
}
2 changes: 1 addition & 1 deletion dist/enofjs/min.ArrayConverters.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/enofjs/min.LinkedHashMap.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/enofjs/min.Serializable.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/enofjs/min.clazz.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4860025

Please sign in to comment.