Changes Quill casing to avoid issues w/ jspm & others (#11858)

This commit is contained in:
Eric Amodio
2016-10-08 16:32:43 -07:00
committed by Mohamed Hegazy
parent 0dcd0bdc39
commit e623c6b316
+1 -1
View File
@@ -91,6 +91,6 @@ declare namespace QuillJS {
declare var Quill: QuillJS.QuillStatic;
declare module "Quill" {
declare module "quill" {
export = Quill;
}