This website requires JavaScript.
Explore
Help
Sign In
Discource-C
/
discourse
mirror of
https://github.com/discourse/discourse.git
Watch
1
Star
0
Fork
You've already forked discourse
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
56948896ff
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
}
)
(
)
;