This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
discourse
Watch
2
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2024-11-26 17:43:42 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
c145e747b6
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-12 09:20:50 +08:00
;
(
function
(
)
{
FIX: Properly add no-conflict to ace editor
2015-05-15 00:46:32 +08:00
ace
.
require
(
[
"ace/ext/error_marker"
]
,
function
(
)
{
}
)
;
update ace editor to latest, fix regression where syntax highlighting was missing
2015-03-12 09:20:50 +08:00
}
)
(
)
;
Reference in New Issue
Copy Permalink