marcesher / cfmongodb

MongoDB client wrapper for ColdFusion
89 stars 34 forks source link

Added output=false to all core components #42

Closed sjdaniels closed 11 years ago

sjdaniels commented 11 years ago

I was seeing a bunch of extra whitespace in output when using cfmongodb for my i18n resource bundle layer. Adding output=false to the DBCollection.cfc component solved the issue but I figured it wouldn't hurt to add it to the rest of the components as well.

Units tests all pass.