Comparing version 0.9.5 to 0.10.0
@@ -0,0 +0,0 @@ import { ApplicationShell } from './applicationshell'; |
@@ -387,6 +387,3 @@ "use strict"; | ||
Application.prototype.addEventsListeners = function () { | ||
// Keydown events are hooked during the capturing phase | ||
// (vs the bubbling phase) so that keyboard shortcuts can be | ||
// invoked prior reaching editable elements. | ||
document.addEventListener('keydown', this, true); | ||
document.addEventListener('keydown', this); | ||
window.addEventListener('resize', this); | ||
@@ -393,0 +390,0 @@ }; |
@@ -0,0 +0,0 @@ import { Widget } from 'phosphor-widget'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { IType, ServiceRegistry } from './serviceregistry'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /*----------------------------------------------------------------------------- |
@@ -0,0 +0,0 @@ import { Message } from 'phosphor-messaging'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Application } from '../core/application'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { IDisposable } from 'phosphor-disposable'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { AbstractPaletteModel } from 'phosphor-commandpalette'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { IDisposable } from 'phosphor-disposable'; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "phosphide", | ||
"version": "0.9.5", | ||
"version": "0.10.0", | ||
"description": "Slightly opinionated scaffolding for building plugin-based IDE-style applications.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -0,0 +0,0 @@ phosphide |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
188341
45
5386