mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Strip BOM from all files (#13735)
This commit is contained in:
parent
bf1450711a
commit
3d6a15ee16
@ -1,4 +1,4 @@
|
||||
// formatMoney
|
||||
// formatMoney
|
||||
|
||||
// Default usage:
|
||||
accounting.formatMoney(12345678); // $12,345,678.00
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
const aceRangeTests = {
|
||||
const aceRangeTests = {
|
||||
|
||||
name: "ACE range.js",
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
|
||||
|
||||
|
||||
namespace angular_gettext_tests {
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
/// <reference types="angular" />
|
||||
/// <reference types="angular" />
|
||||
|
||||
var app = angular.module("angular-jwt-tests", ["angular-jwt"]);
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
|
||||
|
||||
|
||||
var myApp = angular.module('testModule', ['matchMedia']);
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
var myApp = angular.module('testModule', ['xeditable']);
|
||||
var myApp = angular.module('testModule', ['xeditable']);
|
||||
|
||||
myApp.run(["editableOptions", (editableOptions: angular.xeditable.IEditableOptions) => {
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
|
||||
|
||||
|
||||
var authProvider: auth0.angular.IAuth0ServiceProvider;
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import Azure = require("azure");
|
||||
import Azure = require("azure");
|
||||
|
||||
var ts = new Azure.TableService();
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
|
||||
|
||||
/// <reference types="jquery" />
|
||||
|
||||
import * as Backbone from 'backbone';
|
||||
|
||||
2
bingmaps/Microsoft.Maps.AdvancedShapes.d.ts
vendored
2
bingmaps/Microsoft.Maps.AdvancedShapes.d.ts
vendored
@ -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
|
||||
|
||||
2
bingmaps/Microsoft.Maps.Directions.d.ts
vendored
2
bingmaps/Microsoft.Maps.Directions.d.ts
vendored
@ -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
|
||||
|
||||
2
bingmaps/Microsoft.Maps.Search.d.ts
vendored
2
bingmaps/Microsoft.Maps.Search.d.ts
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
2
bingmaps/Microsoft.Maps.Traffic.d.ts
vendored
2
bingmaps/Microsoft.Maps.Traffic.d.ts
vendored
@ -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
|
||||
|
||||
2
bingmaps/Microsoft.Maps.VenueMaps.d.ts
vendored
2
bingmaps/Microsoft.Maps.VenueMaps.d.ts
vendored
@ -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
|
||||
|
||||
@ -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"/>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
/// <reference path="index.d.ts"/>
|
||||
/// <reference path="index.d.ts"/>
|
||||
function tests_simple() {
|
||||
$('#datepicker').datepicker();
|
||||
$('#datepicker').datepicker({
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
/// <reference types="jquery" />
|
||||
/// <reference types="jquery" />
|
||||
|
||||
|
||||
$(function () {
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import bytes = require('bytes');
|
||||
import bytes = require('bytes');
|
||||
|
||||
// 1024*1024 = 1048576
|
||||
console.log(bytes(104857));
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
|
||||
|
||||
/// <reference types="jquery" />
|
||||
/// <reference types="d3" />
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
|
||||
|
||||
|
||||
namespace CanvasJS.Tests {
|
||||
// Column Chart
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
|
||||
|
||||
|
||||
import runtime = chrome.app.runtime;
|
||||
import cwindow = chrome.app.window;
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
|
||||
|
||||
/// <reference types="node" />
|
||||
|
||||
import clc = require('cli-color');
|
||||
|
||||
2
codemirror/codemirror-runmode.d.ts
vendored
2
codemirror/codemirror-runmode.d.ts
vendored
@ -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
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
/// <reference types="cordova" />
|
||||
/// <reference types="cordova" />
|
||||
|
||||
cordova.getAppVersion.getAppName()
|
||||
.then(appName=> {
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
/// <reference types="cordova" />
|
||||
/// <reference types="cordova" />
|
||||
|
||||
|
||||
function registerDelegates() {
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
window.plugins.insomnia.allowSleepAgain(
|
||||
window.plugins.insomnia.allowSleepAgain(
|
||||
() => { console.log("success"); },
|
||||
() => { console.log("fail"); }
|
||||
);
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
/// <reference types="cordova" />
|
||||
/// <reference types="cordova" />
|
||||
|
||||
window.plugins.socialsharing.iPadPopupCoordinates = function () {
|
||||
return "100,100,200,300";
|
||||
|
||||
@ -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"));
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
|
||||
|
||||
|
||||
interface Point { x: number; y: number; }
|
||||
interface Point3D extends Point { z: number; }
|
||||
|
||||
2
d3-dsv/v0/index.d.ts
vendored
2
d3-dsv/v0/index.d.ts
vendored
@ -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
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
/// <reference types="d3" />
|
||||
/// <reference types="d3" />
|
||||
|
||||
interface ICompTextSize{
|
||||
text:string;
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import depd = require('depd');
|
||||
import depd = require('depd');
|
||||
|
||||
var deprecate = depd("depd-tests");
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
/// <reference types="jquery" />
|
||||
/// <reference types="jquery" />
|
||||
|
||||
declare var hiddenField: ASPxClientHiddenField;
|
||||
declare var mainCallbackPanel: ASPxClientCallbackPanel;
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
|
||||
|
||||
|
||||
// Samples taken from http://dl.windowsazure.com/documentDB/jsserverdocs/Collection.html
|
||||
function chain() {
|
||||
|
||||
2
dojo/dojox.NodeList.d.ts
vendored
2
dojo/dojox.NodeList.d.ts
vendored
@ -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.analytics.d.ts
vendored
2
dojo/dojox.analytics.d.ts
vendored
@ -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
2
dojo/dojox.app.d.ts
vendored
@ -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.atom.d.ts
vendored
2
dojo/dojox.atom.d.ts
vendored
@ -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
2
dojo/dojox.av.d.ts
vendored
@ -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.calc.d.ts
vendored
2
dojo/dojox.calc.d.ts
vendored
@ -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.calendar.d.ts
vendored
2
dojo/dojox.calendar.d.ts
vendored
@ -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.charting.d.ts
vendored
2
dojo/dojox.charting.d.ts
vendored
@ -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.collections.d.ts
vendored
2
dojo/dojox.collections.d.ts
vendored
@ -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.color.d.ts
vendored
2
dojo/dojox.color.d.ts
vendored
@ -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.css3.d.ts
vendored
2
dojo/dojox.css3.d.ts
vendored
@ -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.data.d.ts
vendored
2
dojo/dojox.data.d.ts
vendored
@ -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.date.d.ts
vendored
2
dojo/dojox.date.d.ts
vendored
@ -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.dgauges.d.ts
vendored
2
dojo/dojox.dgauges.d.ts
vendored
@ -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
2
dojo/dojox.dnd.d.ts
vendored
@ -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.drawing.d.ts
vendored
2
dojo/dojox.drawing.d.ts
vendored
@ -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
2
dojo/dojox.dtl.d.ts
vendored
@ -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.editor.d.ts
vendored
2
dojo/dojox.editor.d.ts
vendored
@ -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.embed.d.ts
vendored
2
dojo/dojox.embed.d.ts
vendored
@ -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.encoding.d.ts
vendored
2
dojo/dojox.encoding.d.ts
vendored
@ -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.flash.d.ts
vendored
2
dojo/dojox.flash.d.ts
vendored
@ -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.form.d.ts
vendored
2
dojo/dojox.form.d.ts
vendored
@ -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
2
dojo/dojox.fx.d.ts
vendored
@ -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.gantt.d.ts
vendored
2
dojo/dojox.gantt.d.ts
vendored
@ -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.gauges.d.ts
vendored
2
dojo/dojox.gauges.d.ts
vendored
@ -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
2
dojo/dojox.geo.d.ts
vendored
@ -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.gesture.d.ts
vendored
2
dojo/dojox.gesture.d.ts
vendored
@ -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
2
dojo/dojox.gfx.d.ts
vendored
@ -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.gfx3d.d.ts
vendored
2
dojo/dojox.gfx3d.d.ts
vendored
@ -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.grid.d.ts
vendored
2
dojo/dojox.grid.d.ts
vendored
@ -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.help.d.ts
vendored
2
dojo/dojox.help.d.ts
vendored
@ -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.highlight.d.ts
vendored
2
dojo/dojox.highlight.d.ts
vendored
@ -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.html.d.ts
vendored
2
dojo/dojox.html.d.ts
vendored
@ -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.image.d.ts
vendored
2
dojo/dojox.image.d.ts
vendored
@ -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
2
dojo/dojox.io.d.ts
vendored
@ -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
2
dojo/dojox.jq.d.ts
vendored
@ -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.json.d.ts
vendored
2
dojo/dojox.json.d.ts
vendored
@ -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.jsonPath.d.ts
vendored
2
dojo/dojox.jsonPath.d.ts
vendored
@ -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.lang.d.ts
vendored
2
dojo/dojox.lang.d.ts
vendored
@ -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.layout.d.ts
vendored
2
dojo/dojox.layout.d.ts
vendored
@ -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.main.d.ts
vendored
2
dojo/dojox.main.d.ts
vendored
@ -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.math.d.ts
vendored
2
dojo/dojox.math.d.ts
vendored
@ -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.mdnd.d.ts
vendored
2
dojo/dojox.mdnd.d.ts
vendored
@ -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.mobile.d.ts
vendored
2
dojo/dojox.mobile.d.ts
vendored
@ -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
2
dojo/dojox.mvc.d.ts
vendored
@ -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.rails.d.ts
vendored
2
dojo/dojox.rails.d.ts
vendored
@ -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.robot.d.ts
vendored
2
dojo/dojox.robot.d.ts
vendored
@ -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
2
dojo/dojox.rpc.d.ts
vendored
@ -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.secure.d.ts
vendored
2
dojo/dojox.secure.d.ts
vendored
@ -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.sketch.d.ts
vendored
2
dojo/dojox.sketch.d.ts
vendored
@ -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.socket.d.ts
vendored
2
dojo/dojox.socket.d.ts
vendored
@ -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
2
dojo/dojox.sql.d.ts
vendored
@ -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.string.d.ts
vendored
2
dojo/dojox.string.d.ts
vendored
@ -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.testing.d.ts
vendored
2
dojo/dojox.testing.d.ts
vendored
@ -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.timing.d.ts
vendored
2
dojo/dojox.timing.d.ts
vendored
@ -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.treemap.d.ts
vendored
2
dojo/dojox.treemap.d.ts
vendored
@ -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.uuid.d.ts
vendored
2
dojo/dojox.uuid.d.ts
vendored
@ -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.validate.d.ts
vendored
2
dojo/dojox.validate.d.ts
vendored
@ -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.widget.d.ts
vendored
2
dojo/dojox.widget.d.ts
vendored
@ -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
2
dojo/dojox.xml.d.ts
vendored
@ -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
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
|
||||
|
||||
|
||||
var headertmpl = "<h1>{{=it.title}}</h1>";
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
|
||||
|
||||
import {
|
||||
app,
|
||||
autoUpdater,
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
|
||||
|
||||
import {
|
||||
ipcRenderer,
|
||||
remote,
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
|
||||
|
||||
declare var el: Element;
|
||||
declare var els: Element[];
|
||||
declare var mixinFn: Function;
|
||||
|
||||
@ -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
Loading…
Reference in New Issue
Block a user