Add bitwise lint escape to DefaultDOMPropertyConfig

This commit is contained in:
Tim Yung
2013-10-15 10:38:31 -07:00
committed by Paul O’Shannessy
parent 5332422239
commit 287f5b578c
+2
View File
@@ -16,6 +16,8 @@
* @providesModule DefaultDOMPropertyConfig
*/
/*jslint bitwise: true*/
"use strict";
var DOMProperty = require('DOMProperty');