Skip to content

Commit

Permalink
Added Google Closure Compiler's externs file. Closes #68
Browse files Browse the repository at this point in the history
  • Loading branch information
NeXTs committed Jun 28, 2016
1 parent 208b163 commit 11f7719
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions externs.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
/**
* @fileoverview Closure Compiler externs for Clusterize.js 0.16.0.
* @see https://developers.google.com/closure/compiler/docs/api-tutorial3
* @externs
*/

var Clusterize = {
"scroll_elem": {},
"content_elem": {},
"tag": {},
"rows_in_block": {},
"blocks_in_cluster": {},
"show_no_data_row": {},
"no_data_text": {},
"no_data_class": {},
"keep_parity": {},
"callbacks": {
"clusterWillChange": function() {},
"clusterChanged": function() {},
"scrollingProgress": function() {}
},
"update": function() {},
"append": function() {},
"prepend": function() {},
"refresh": function() {},
"getRowsAmount": function() {},
"getScrollProgress": function() {},
"clear": function() {},
"destroy": function() {}
}

0 comments on commit 11f7719

Please sign in to comment.