Files
atom/src
Jason Rudolph 0b314ac1a9 🔥 Remove broken Dock::observeTextEditors(callback) fn
We're updating Atom to disallow editors in docks. As a result, we need
to remove Dock::observeTextEditors(callback). Normally, we would
deprecate a method before removing it, but this method is broken and has
never worked:

  atom.workspace.getLeftDock().observeTextEditors(console.log)
  (unknown) Uncaught TypeError: this.paneContainer.getTextEditors is not a function
      at Dock.getTextEditors (/Applications/Atom.app/Contents/Resources/app/src/dock.js:590:37)
      at Dock.observeTextEditors (/Applications/Atom.app/Contents/Resources/app/src/dock.js:396:41)
      at <anonymous>:1:30
  getTextEditors @ <embedded>:29933
  observeTextEditors @ <embedded>:29739
  (anonymous) @ VM1941:1

Since the method is broken, we know that nobody is relying on it.
Instead of deprecating the method, we can just remove it.
2017-06-01 15:26:12 -04:00
..
2017-03-10 16:49:53 +01:00
🎨@
2017-01-19 15:59:29 -08:00
2017-03-10 16:49:53 +01:00
🎨
2015-06-03 09:19:57 -07:00
WIP
2017-02-28 09:34:55 +01:00
🎨
2016-10-12 12:09:28 +02:00
👕
2017-05-17 21:08:11 +02:00
2017-04-06 16:44:44 -07:00
2017-04-08 14:29:27 -06:00
2017-04-18 09:51:48 -07:00
2017-04-06 16:44:44 -07:00
💄
2014-07-01 10:45:13 -07:00
2016-03-23 12:11:27 +01:00
2017-05-11 19:13:06 +02:00
2017-05-22 16:42:03 -07:00
🎨
2017-05-16 15:19:13 +02:00
2016-09-26 20:52:13 +03:00
2017-05-10 18:48:18 +02:00
2017-05-10 18:48:18 +02:00
👕
2016-12-22 16:39:40 -08:00
🎨
2017-04-26 19:27:23 -07:00
2017-04-08 14:29:27 -06:00