-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Update to new Brackets 1.1 non-jQuery event system
- Fix scroll pos syncing (in Brackets 1.1's new CEF, it seems contentDocument.height no longer exists) - Remove duplicate require() and move another into alphabetical order like the rest
- Loading branch information
1 parent
8450de4
commit 88fa7f6
Showing
2 changed files
with
9 additions
and
10 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
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 |
---|---|---|
|
@@ -7,6 +7,6 @@ | |
"author": "Glenn Ruehle <[email protected]> (http://github.com/gruehle)", | ||
"license": "MIT", | ||
"engines": { | ||
"brackets": ">=0.44.0" | ||
"brackets": ">=1.1" | ||
} | ||
} |