[css-variables] typo in example

I found a typo in example 13:

   print(el.style.var.foo-bar);
   /* Retrieves "var-foo" and subtracts a JS variable named "bar"

It should say:

   /* Retrieves "var.foo" and subtracts [...]

 

Received on Friday, 29 March 2013 09:20:10 UTC