corrected the errors in the file

This commit is contained in:
Pascal Senn (GIAPSE)
2015-09-18 10:47:59 +02:00
parent e24b322713
commit 42cc0324d7
2 changed files with 24 additions and 24 deletions

View File

@@ -1,10 +1,10 @@
// Type definitions for Gridstack
// Project: http://troolee.github.io/gridstack.js/
// Definitions by: Pascal Senn <https://github.com/PascalSenn/>
// Definitions by: Pascal Senn <https://github.com/PascalSenn/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
var options = <IGridstackOptions> {
float: true;
float: true
};
var gridstack:GridStack = $(document).gridstack(options);