added def typed header comments

This commit is contained in:
lgrignon
2015-09-18 16:44:37 +02:00
parent ea76cec95c
commit 581d094508
2 changed files with 11 additions and 0 deletions
+6
View File
@@ -1,3 +1,9 @@
// Type definitions for backbone.localStorage 1.0.0
// Project: https://github.com/jeromegn/Backbone.localStorage
// Definitions by: Louis Grignon <https://github.com/lgrignon/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="../backbone/backbone.d.ts" />
declare module Backbone {
interface Serializer {
+5
View File
@@ -1,3 +1,8 @@
// Type definitions for PolymerTS 0.1.17
// Project: https://github.com/nippur72/PolymerTS
// Definitions by: Louis Grignon <https://github.com/lgrignon/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare module polymer {
class PolymerBase extends HTMLElement {
$: any;