This repository was archived by the owner on Jul 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added ability for extensions to dynamically redefine themselves
Cleaned up some leaky variables (thanks to EmissionsTest.js) Removed embedded QUnit in favor of making it a submodule Added EmissionsTest.js as a submodule to catch variable leaks (/test/leaks.html) Moved jQuery to the vendors directory
- Loading branch information
1 parent
368e813
commit 027cc9b
Showing
14 changed files
with
253 additions
and
5,346 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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[submodule "vendors/QUnit"] | ||
path = vendors/QUnit | ||
url = git://github.com/jquery/qunit.git | ||
[submodule "vendors/EmissionsTest"] | ||
path = vendors/EmissionsTest | ||
url = git://github.com/easy-designs/EmissionsTest.js.git |
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
Large diffs are not rendered by default.
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
Oops, something went wrong.