Skip to content

Commit

Permalink
#28 keyword super renamed to sup
Browse files Browse the repository at this point in the history
This rename will enable enofjs in ie8 and prevent future browsers from breaking when they implement super.
  • Loading branch information
EnoF committed Sep 8, 2014
1 parent 33c6add commit 76b3ba7
Show file tree
Hide file tree
Showing 24 changed files with 45 additions and 44 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: 2.0.1
// Version: 3.0.0
//
// Copyright (c) 2014.
//
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enofjs",
"version": "2.0.1",
"version": "3.0.0",
"main": "src/enofjs",
"devDependencies": {
"jasmine": "^2.0"
Expand Down
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 76b3ba7

Please sign in to comment.