| http://www.w3.org/ns/prov#value | - // ...do something nifty... }});// Creating an instancevar spiffy = new SpiffyClass();This pattern ??? passing an object literal into a helper function ??? has been very successful in recent years, and for good reason: it is terse but expressive. (There is a problem with it we will come back to later, but it gets the job done.)Inside The HelperLet's look into the helper to see what it is doin
|