1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-02 16:45:45 +01:00

move the Events and Tabs objects to files of their own and add a license header

to files without one
This commit is contained in:
Doug Kearns
2007-07-13 14:11:00 +00:00
parent 8d1e4ef276
commit e0245fe575
9 changed files with 975 additions and 775 deletions

View File

@@ -40,6 +40,8 @@ the terms of any one of the MPL, the GPL or the LGPL.
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script type="application/x-javascript;version=1.7" src="vimperator.js"/>
<script type="application/x-javascript;version=1.7" src="events.js"/>
<script type="application/x-javascript;version=1.7" src="tabs.js"/>
<script type="application/x-javascript;version=1.7" src="help.js"/>
<script type="application/x-javascript;version=1.7" src="commands.js"/>
<script type="application/x-javascript;version=1.7" src="ui.js"/>