Skip to content

Commit

Permalink
Added pointer-events just above 'cursor' in strict-property-order.js,…
Browse files Browse the repository at this point in the history
… as this seemed like the most logical place for it. This fixes the 'Unknown property name' error when using pointer-events.
  • Loading branch information
dak committed Jun 28, 2012
1 parent 2d3d018 commit 1bba58d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/lint/strict-property-order.js
Expand Up @@ -95,6 +95,7 @@ var _ = require('underscore')
, 'list-style-type'
, 'list-style-position'
, 'list-style-image'
, 'pointer-events'
, 'cursor'
, 'background'
, 'background-attachment'
Expand Down

0 comments on commit 1bba58d

Please sign in to comment.