[Example] Work around JSLint
JSLint doesn't like Express's use of static (a reserved word) as a method name, so change the way it's accessed. WTD-1199.
This commit is contained in:
JSLint doesn't like Express's use of static (a reserved word) as a method name, so change the way it's accessed. WTD-1199.