mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
changed definition of Vex.Flow.Renderer
- changed type of enums to const
This commit is contained in:
Vendored
+2
-2
@@ -721,8 +721,8 @@ declare module Vex {
|
||||
}
|
||||
|
||||
export module Renderer {
|
||||
enum Backends {CANVAS, RAPHAEL, SVG, VML}
|
||||
enum LineEndType {NONE, UP, DOWN}
|
||||
const enum Backends {CANVAS, RAPHAEL, SVG, VML}
|
||||
const enum LineEndType {NONE, UP, DOWN}
|
||||
}
|
||||
|
||||
class Renderer {
|
||||
|
||||
Reference in New Issue
Block a user