bruth / synapse

Hooks to support data binding between virtually any object.
http://bruth.github.com/synapse/docs/
BSD 2-Clause "Simplified" License
150 stars 6 forks source link

Stop using JavaScript keyword "interface" #22

Closed dbushong closed 12 years ago

dbushong commented 12 years ago

If you use the dist/dev files from synapse, and want to minify them yourself, YUI Compressor barfs on trying to use "interface" as a variable name. I've rewritten all the ones I found in a brief search to "iface"