mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: Error with ace editor and new ember.
Fix upgrades ace editor, which was a huge headache due to AMD.
This commit is contained in:
parent
06643fb625
commit
d90063fc59
321 changed files with 382 additions and 359 deletions
|
@ -1,4 +1,4 @@
|
|||
/* exported exists, count, present, blank, containsInstance, not, visible */
|
||||
/* exported exists, count, present, blank, containsInstance, not, visible, invisible */
|
||||
|
||||
function exists(selector) {
|
||||
return !!count(selector);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue