Strip BOM from all files (#13735)

This commit is contained in:
Andy 2017-01-04 12:07:53 -08:00 committed by GitHub
parent bf1450711a
commit 3d6a15ee16
249 changed files with 249 additions and 249 deletions

View File

@ -1,4 +1,4 @@
// formatMoney
// formatMoney
// Default usage:
accounting.formatMoney(12345678); // $12,345,678.00

View File

@ -1,4 +1,4 @@
const aceRangeTests = {
const aceRangeTests = {
name: "ACE range.js",

View File

@ -1,4 +1,4 @@

namespace angular_gettext_tests {

View File

@ -1,4 +1,4 @@
/// <reference types="angular" />
/// <reference types="angular" />
var app = angular.module("angular-jwt-tests", ["angular-jwt"]);

View File

@ -1,4 +1,4 @@

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

View File

@ -1,4 +1,4 @@
var myApp = angular.module('testModule', ['xeditable']);
var myApp = angular.module('testModule', ['xeditable']);
myApp.run(["editableOptions", (editableOptions: angular.xeditable.IEditableOptions) => {

View File

@ -1,4 +1,4 @@

var authProvider: auth0.angular.IAuth0ServiceProvider;

View File

@ -1,4 +1,4 @@
import Azure = require("azure");
import Azure = require("azure");
var ts = new Azure.TableService();

View File

@ -1,4 +1,4 @@

/// <reference types="jquery" />
import * as Backbone from 'backbone';

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"/>

View File

@ -1,4 +1,4 @@
/// <reference path="index.d.ts"/>
/// <reference path="index.d.ts"/>
function tests_simple() {
$('#datepicker').datepicker();
$('#datepicker').datepicker({

View File

@ -1,4 +1,4 @@
/// <reference types="jquery" />
/// <reference types="jquery" />
$(function () {

View File

@ -1,4 +1,4 @@
import bytes = require('bytes');
import bytes = require('bytes');
// 1024*1024 = 1048576
console.log(bytes(104857));

View File

@ -1,4 +1,4 @@

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

View File

@ -1,4 +1,4 @@

namespace CanvasJS.Tests {
// Column Chart

View File

@ -1,4 +1,4 @@

import runtime = chrome.app.runtime;
import cwindow = chrome.app.window;

View File

@ -1,4 +1,4 @@

/// <reference types="node" />
import clc = require('cli-color');

View File

@ -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

View File

@ -1,4 +1,4 @@
/// <reference types="cordova" />
/// <reference types="cordova" />
cordova.getAppVersion.getAppName()
.then(appName=> {

View File

@ -1,4 +1,4 @@
/// <reference types="cordova" />
/// <reference types="cordova" />
function registerDelegates() {

View File

@ -1,4 +1,4 @@
window.plugins.insomnia.allowSleepAgain(
window.plugins.insomnia.allowSleepAgain(
() => { console.log("success"); },
() => { console.log("fail"); }
);

View File

@ -1,4 +1,4 @@
/// <reference types="cordova" />
/// <reference types="cordova" />
window.plugins.socialsharing.iPadPopupCoordinates = function () {
return "100,100,200,300";

View File

@ -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"));

View File

@ -1,4 +1,4 @@

interface Point { x: number; y: number; }
interface Point3D extends Point { z: number; }

View File

@ -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

View File

@ -1,4 +1,4 @@
/// <reference types="d3" />
/// <reference types="d3" />
interface ICompTextSize{
text:string;

View File

@ -1,4 +1,4 @@
import depd = require('depd');
import depd = require('depd');
var deprecate = depd("depd-tests");

View File

@ -1,4 +1,4 @@
/// <reference types="jquery" />
/// <reference types="jquery" />
declare var hiddenField: ASPxClientHiddenField;
declare var mainCallbackPanel: ASPxClientCallbackPanel;

View File

@ -1,4 +1,4 @@

// Samples taken from http://dl.windowsazure.com/documentDB/jsserverdocs/Collection.html
function chain() {

View File

@ -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

View File

@ -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

2
dojo/dojox.app.d.ts vendored
View File

@ -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

View File

@ -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

2
dojo/dojox.av.d.ts vendored
View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

2
dojo/dojox.dnd.d.ts vendored
View File

@ -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

View File

@ -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

2
dojo/dojox.dtl.d.ts vendored
View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

2
dojo/dojox.fx.d.ts vendored
View File

@ -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

View File

@ -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

View File

@ -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

2
dojo/dojox.geo.d.ts vendored
View File

@ -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

View File

@ -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

2
dojo/dojox.gfx.d.ts vendored
View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

2
dojo/dojox.io.d.ts vendored
View File

@ -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

2
dojo/dojox.jq.d.ts vendored
View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

2
dojo/dojox.mvc.d.ts vendored
View File

@ -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

View File

@ -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

View File

@ -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

2
dojo/dojox.rpc.d.ts vendored
View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

2
dojo/dojox.sql.d.ts vendored
View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

2
dojo/dojox.xml.d.ts vendored
View File

@ -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

View File

@ -1,4 +1,4 @@

var headertmpl = "<h1>{{=it.title}}</h1>";

View File

@ -1,4 +1,4 @@

import {
app,
autoUpdater,

View File

@ -1,4 +1,4 @@

import {
ipcRenderer,
remote,

View File

@ -1,4 +1,4 @@

declare var el: Element;
declare var els: Element[];
declare var mixinFn: Function;

View File

@ -1,4 +1,4 @@
import flux = require('flux')
import flux = require('flux')
import FluxUtils = require('flux/utils')
import React = require('react')

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