Merge pull request #10730 from DefinitelyTyped/mixedCase

Mixed case
This commit is contained in:
Paul van Brenk
2016-08-22 10:08:21 -07:00
committed by GitHub
103 changed files with 2 additions and 2 deletions
View File
View File
View File
View File
View File
@@ -1,7 +1,7 @@
/// <reference types="jquery"/>
/// <reference types="jqueryui"/>
import * as FullCalendar from 'fullCalendar';
import * as FullCalendar from 'fullcalendar';
import * as moment from 'moment';
// All examples from http://arshaw.com/fullcalendar/docs/
View File
View File
@@ -1,5 +1,5 @@
import json = require('JSONStream');
import json = require('jsonstream');
var read: NodeJS.ReadableStream;
var write: NodeJS.WritableStream;
View File
View File
View File

Some files were not shown because too many files have changed in this diff Show More