This website requires JavaScript.
Explore
Help
Sign in
codeninjasllc
/
discourse
Watch
1
Star
0
Fork
You've already forked discourse
0
mirror of
https://github.com/codeninjasllc/discourse.git
synced
2024-11-24 08:09:13 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
5dcdfb9777
discourse
/
public
/
javascripts
/
ace
/
ext-error_marker.js
5 lines
140 B
JavaScript
Raw
Normal View
History
Unescape
Escape
update ace editor to latest, fix regression where syntax highlighting was missing
2015-03-11 21:20:50 -04:00
;
(
function
(
)
{
FIX: Properly add no-conflict to ace editor
2015-05-14 12:46:32 -04:00
ace
.
require
(
[
"ace/ext/error_marker"
]
,
function
(
)
{
}
)
;
update ace editor to latest, fix regression where syntax highlighting was missing
2015-03-11 21:20:50 -04:00
}
)
(
)
;
Reference in a new issue
Copy permalink