Skip to content

Commit 6e116ee

Browse files
committed
Add /*exported*/ declarations to suppress defined-but-not-used warnings.
1 parent d9d54f9 commit 6e116ee

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/css/Colors.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/*exported Colors*/
12

23
var Colors = {
34
__proto__ :null,

src/css/Properties.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*global Validation, ValidationTypes, ValidationError*/
2+
/*exported Properties*/
23
var Properties = {
34
__proto__: null,
45

src/css/Validation.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//This file will likely change a lot! Very experimental!
22
/*global Properties, ValidationTypes, ValidationError, PropertyValueIterator */
3+
/*exported Validation */
34
var Validation = {
45

56
validate: function(property, value){

0 commit comments

Comments
 (0)