Skip to content

Commit

Permalink
Strip BOM from all files (DefinitelyTyped#13735)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy authored Jan 4, 2017
1 parent bf14507 commit 3d6a15e
Show file tree
Hide file tree
Showing 249 changed files with 249 additions and 249 deletions.
2 changes: 1 addition & 1 deletion accounting/accounting-tests.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// formatMoney
// formatMoney

// Default usage:
accounting.formatMoney(12345678); // $12,345,678.00
Expand Down
2 changes: 1 addition & 1 deletion ace/tests/ace-range-tests.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const aceRangeTests = {
const aceRangeTests = {

name: "ACE range.js",

Expand Down
2 changes: 1 addition & 1 deletion angular-gettext/angular-gettext-tests.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@



namespace angular_gettext_tests {

Expand Down
2 changes: 1 addition & 1 deletion angular-jwt/angular-jwt-tests.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference types="angular" />
/// <reference types="angular" />

var app = angular.module("angular-jwt-tests", ["angular-jwt"]);

Expand Down
2 changes: 1 addition & 1 deletion angular-media-queries/match-media-tests.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@



var myApp = angular.module('testModule', ['matchMedia']);

Expand Down
2 changes: 1 addition & 1 deletion angular-xeditable/angular-xeditable-tests.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var myApp = angular.module('testModule', ['xeditable']);
var myApp = angular.module('testModule', ['xeditable']);

myApp.run(["editableOptions", (editableOptions: angular.xeditable.IEditableOptions) => {

Expand Down
2 changes: 1 addition & 1 deletion auth0-angular/auth0-angular-tests.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@



var authProvider: auth0.angular.IAuth0ServiceProvider;

Expand Down
2 changes: 1 addition & 1 deletion azure/azure-tests.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Azure = require("azure");
import Azure = require("azure");

var ts = new Azure.TableService();

Expand Down
2 changes: 1 addition & 1 deletion backbone.radio/backbone.radio-tests.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


/// <reference types="jquery" />

import * as Backbone from 'backbone';
Expand Down
2 changes: 1 addition & 1 deletion bingmaps/Microsoft.Maps.AdvancedShapes.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Microsoft.Maps.AdvancedShapes 7.0
// Type definitions for Microsoft.Maps.AdvancedShapes 7.0
// Project: http://msdn.microsoft.com/en-us/library/hh921952.aspx
// Definitions by: Eric Todd <https://github.com/ericrtodd>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion bingmaps/Microsoft.Maps.Directions.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Microsoft.Maps.Directions 7.0
// Type definitions for Microsoft.Maps.Directions 7.0
// Project: http://msdn.microsoft.com/en-us/library/hh312813.aspx
// Definitions by: Eric Todd <https://github.com/ericrtodd>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion bingmaps/Microsoft.Maps.Search.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Microsoft.Maps.Search 7.0
// Type definitions for Microsoft.Maps.Search 7.0
// Project: http://msdn.microsoft.com/en-us/library/hh868061.aspx
// Definitions by: Eric Todd <https://github.com/ericrtodd>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion bingmaps/Microsoft.Maps.Themes.BingTheme.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Microsoft.Maps.Themes 7.0
// Type definitions for Microsoft.Maps.Themes 7.0
// Project: http://msdn.microsoft.com/en-us/library/hh868061.aspx
// Definitions by: Eric Todd <https://github.com/ericrtodd>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion bingmaps/Microsoft.Maps.Traffic.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Microsoft.Maps.Traffic 7.0
// Type definitions for Microsoft.Maps.Traffic 7.0
// Project: http://msdn.microsoft.com/en-us/library/hh312840.aspx
// Definitions by: Eric Todd <https://github.com/ericrtodd>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion bingmaps/Microsoft.Maps.VenueMaps.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Microsoft.Maps.VenueMaps 7.0
// Type definitions for Microsoft.Maps.VenueMaps 7.0
// Project: http://msdn.microsoft.com/en-us/library/hh312797.aspx
// Definitions by: Eric Todd <https://github.com/ericrtodd>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion bingmaps/bingmaps-tests.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference path="Microsoft.Maps.AdvancedShapes.d.ts"/>
/// <reference path="Microsoft.Maps.AdvancedShapes.d.ts"/>
/// <reference path="Microsoft.Maps.Directions.d.ts"/>
/// <reference path="Microsoft.Maps.Search.d.ts"/>
/// <reference path="Microsoft.Maps.Themes.BingTheme.d.ts"/>
Expand Down
2 changes: 1 addition & 1 deletion bootstrap-datepicker/bootstrap-datepicker-tests.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference path="index.d.ts"/>
/// <reference path="index.d.ts"/>
function tests_simple() {
$('#datepicker').datepicker();
$('#datepicker').datepicker({
Expand Down
2 changes: 1 addition & 1 deletion bootstrap-touchspin/bootstrap-touchspin-tests.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference types="jquery" />
/// <reference types="jquery" />


$(function () {
Expand Down
2 changes: 1 addition & 1 deletion bytes/bytes-tests.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import bytes = require('bytes');
import bytes = require('bytes');

// 1024*1024 = 1048576
console.log(bytes(104857));
Expand Down
2 changes: 1 addition & 1 deletion cal-heatmap/cal-heatmap-tests.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


/// <reference types="jquery" />
/// <reference types="d3" />

Expand Down
2 changes: 1 addition & 1 deletion canvasjs/canvasjs-tests.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@



namespace CanvasJS.Tests {
// Column Chart
Expand Down
2 changes: 1 addition & 1 deletion chrome/chrome-app-tests.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@



import runtime = chrome.app.runtime;
import cwindow = chrome.app.window;
Expand Down
2 changes: 1 addition & 1 deletion cli-color/cli-color-tests.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


/// <reference types="node" />

import clc = require('cli-color');
Expand Down
2 changes: 1 addition & 1 deletion codemirror/codemirror-runmode.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for CodeMirror
// Type definitions for CodeMirror
// Project: https://github.com/marijnh/CodeMirror
// Definitions by: Joseph Vaughan <https://github.com/Joev->
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference types="cordova" />
/// <reference types="cordova" />

cordova.getAppVersion.getAppName()
.then(appName=> {
Expand Down
2 changes: 1 addition & 1 deletion cordova-plugin-ibeacon/cordova-plugin-ibeacon-tests.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference types="cordova" />
/// <reference types="cordova" />


function registerDelegates() {
Expand Down
2 changes: 1 addition & 1 deletion cordova-plugin-insomnia/cordova-plugin-insomnia-tests.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
window.plugins.insomnia.allowSleepAgain(
window.plugins.insomnia.allowSleepAgain(
() => { console.log("success"); },
() => { console.log("fail"); }
);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference types="cordova" />
/// <reference types="cordova" />

window.plugins.socialsharing.iPadPopupCoordinates = function () {
return "100,100,200,300";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference types="cordova-plugin-device" />
/// <reference types="cordova-plugin-device" />

cordova.plugins.diagnostic.isLocationAvailable(function(available){
console.log("Location is " + (available ? "available" : "not available"));
Expand Down
2 changes: 1 addition & 1 deletion core-js/core-js-tests.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@



interface Point { x: number; y: number; }
interface Point3D extends Point { z: number; }
Expand Down
2 changes: 1 addition & 1 deletion d3-dsv/v0/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for d3-dsv
// Type definitions for d3-dsv
// Project: https://www.npmjs.com/package/d3-dsv
// Definitions by: Jason Swearingen <https://jasonswearingen.github.io>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion d3.cloud.layout/d3.cloud.layout-tests.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference types="d3" />
/// <reference types="d3" />

interface ICompTextSize{
text:string;
Expand Down
2 changes: 1 addition & 1 deletion depd/depd-tests.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import depd = require('depd');
import depd = require('depd');

var deprecate = depd("depd-tests");

Expand Down
2 changes: 1 addition & 1 deletion devexpress-web/devexpress-web-tests.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference types="jquery" />
/// <reference types="jquery" />

declare var hiddenField: ASPxClientHiddenField;
declare var mainCallbackPanel: ASPxClientCallbackPanel;
Expand Down
2 changes: 1 addition & 1 deletion documentdb-server/documentdb-server-tests.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@



// Samples taken from http://dl.windowsazure.com/documentDB/jsserverdocs/Collection.html
function chain() {
Expand Down
2 changes: 1 addition & 1 deletion dojo/dojox.NodeList.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Dojo v1.9
// Type definitions for Dojo v1.9
// Project: http://dojotoolkit.org
// Definitions by: Michael Van Sickle <https://github.com/vansimke>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion dojo/dojox.analytics.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Dojo v1.9
// Type definitions for Dojo v1.9
// Project: http://dojotoolkit.org
// Definitions by: Michael Van Sickle <https://github.com/vansimke>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion dojo/dojox.app.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Dojo v1.9
// Type definitions for Dojo v1.9
// Project: http://dojotoolkit.org
// Definitions by: Michael Van Sickle <https://github.com/vansimke>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion dojo/dojox.atom.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Dojo v1.9
// Type definitions for Dojo v1.9
// Project: http://dojotoolkit.org
// Definitions by: Michael Van Sickle <https://github.com/vansimke>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion dojo/dojox.av.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Dojo v1.9
// Type definitions for Dojo v1.9
// Project: http://dojotoolkit.org
// Definitions by: Michael Van Sickle <https://github.com/vansimke>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion dojo/dojox.calc.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Dojo v1.9
// Type definitions for Dojo v1.9
// Project: http://dojotoolkit.org
// Definitions by: Michael Van Sickle <https://github.com/vansimke>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion dojo/dojox.calendar.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Dojo v1.9
// Type definitions for Dojo v1.9
// Project: http://dojotoolkit.org
// Definitions by: Michael Van Sickle <https://github.com/vansimke>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion dojo/dojox.charting.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Dojo v1.9
// Type definitions for Dojo v1.9
// Project: http://dojotoolkit.org
// Definitions by: Michael Van Sickle <https://github.com/vansimke>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion dojo/dojox.collections.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Dojo v1.9
// Type definitions for Dojo v1.9
// Project: http://dojotoolkit.org
// Definitions by: Michael Van Sickle <https://github.com/vansimke>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion dojo/dojox.color.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Dojo v1.9
// Type definitions for Dojo v1.9
// Project: http://dojotoolkit.org
// Definitions by: Michael Van Sickle <https://github.com/vansimke>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion dojo/dojox.css3.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Dojo v1.9
// Type definitions for Dojo v1.9
// Project: http://dojotoolkit.org
// Definitions by: Michael Van Sickle <https://github.com/vansimke>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion dojo/dojox.data.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Dojo v1.9
// Type definitions for Dojo v1.9
// Project: http://dojotoolkit.org
// Definitions by: Michael Van Sickle <https://github.com/vansimke>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion dojo/dojox.date.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Dojo v1.9
// Type definitions for Dojo v1.9
// Project: http://dojotoolkit.org
// Definitions by: Michael Van Sickle <https://github.com/vansimke>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion dojo/dojox.dgauges.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Dojo v1.9
// Type definitions for Dojo v1.9
// Project: http://dojotoolkit.org
// Definitions by: Michael Van Sickle <https://github.com/vansimke>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion dojo/dojox.dnd.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Dojo v1.9
// Type definitions for Dojo v1.9
// Project: http://dojotoolkit.org
// Definitions by: Michael Van Sickle <https://github.com/vansimke>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion dojo/dojox.drawing.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Dojo v1.9
// Type definitions for Dojo v1.9
// Project: http://dojotoolkit.org
// Definitions by: Michael Van Sickle <https://github.com/vansimke>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion dojo/dojox.dtl.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Dojo v1.9
// Type definitions for Dojo v1.9
// Project: http://dojotoolkit.org
// Definitions by: Michael Van Sickle <https://github.com/vansimke>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion dojo/dojox.editor.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Dojo v1.9
// Type definitions for Dojo v1.9
// Project: http://dojotoolkit.org
// Definitions by: Michael Van Sickle <https://github.com/vansimke>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion dojo/dojox.embed.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Dojo v1.9
// Type definitions for Dojo v1.9
// Project: http://dojotoolkit.org
// Definitions by: Michael Van Sickle <https://github.com/vansimke>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion dojo/dojox.encoding.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Dojo v1.9
// Type definitions for Dojo v1.9
// Project: http://dojotoolkit.org
// Definitions by: Michael Van Sickle <https://github.com/vansimke>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion dojo/dojox.flash.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Dojo v1.9
// Type definitions for Dojo v1.9
// Project: http://dojotoolkit.org
// Definitions by: Michael Van Sickle <https://github.com/vansimke>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion dojo/dojox.form.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Dojo v1.9
// Type definitions for Dojo v1.9
// Project: http://dojotoolkit.org
// Definitions by: Michael Van Sickle <https://github.com/vansimke>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion dojo/dojox.fx.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Dojo v1.9
// Type definitions for Dojo v1.9
// Project: http://dojotoolkit.org
// Definitions by: Michael Van Sickle <https://github.com/vansimke>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion dojo/dojox.gantt.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Dojo v1.9
// Type definitions for Dojo v1.9
// Project: http://dojotoolkit.org
// Definitions by: Michael Van Sickle <https://github.com/vansimke>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion dojo/dojox.gauges.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Dojo v1.9
// Type definitions for Dojo v1.9
// Project: http://dojotoolkit.org
// Definitions by: Michael Van Sickle <https://github.com/vansimke>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion dojo/dojox.geo.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Dojo v1.9
// Type definitions for Dojo v1.9
// Project: http://dojotoolkit.org
// Definitions by: Michael Van Sickle <https://github.com/vansimke>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion dojo/dojox.gesture.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Dojo v1.9
// Type definitions for Dojo v1.9
// Project: http://dojotoolkit.org
// Definitions by: Michael Van Sickle <https://github.com/vansimke>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion dojo/dojox.gfx.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Dojo v1.9
// Type definitions for Dojo v1.9
// Project: http://dojotoolkit.org
// Definitions by: Michael Van Sickle <https://github.com/vansimke>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion dojo/dojox.gfx3d.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Dojo v1.9
// Type definitions for Dojo v1.9
// Project: http://dojotoolkit.org
// Definitions by: Michael Van Sickle <https://github.com/vansimke>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion dojo/dojox.grid.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Dojo v1.9
// Type definitions for Dojo v1.9
// Project: http://dojotoolkit.org
// Definitions by: Michael Van Sickle <https://github.com/vansimke>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion dojo/dojox.help.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Dojo v1.9
// Type definitions for Dojo v1.9
// Project: http://dojotoolkit.org
// Definitions by: Michael Van Sickle <https://github.com/vansimke>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
Loading

0 comments on commit 3d6a15e

Please sign in to comment.